You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you add a new module to cpanfile and run carmel install it will try to use a version from the artifact repository, if it found one that's matching. This speeds up things but introduces an inconsistent behavior, based on user's local environment.
It should only use the version in the cache if that's also the latest version on CPAN, like now Carmel does on the first run of carmel install without the snapshot.
The text was updated successfully, but these errors were encountered:
Fallout from #64
When you add a new module to
cpanfile
and runcarmel install
it will try to use a version from the artifact repository, if it found one that's matching. This speeds up things but introduces an inconsistent behavior, based on user's local environment.It should only use the version in the cache if that's also the latest version on CPAN, like now Carmel does on the first run of
carmel install
without the snapshot.The text was updated successfully, but these errors were encountered: