Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carmel install without snapshot should pull the latest from CPAN #53

Closed
miyagawa opened this issue May 9, 2022 · 0 comments
Closed

Comments

@miyagawa
Copy link
Owner

miyagawa commented May 9, 2022

When the snapshot doesn't exist, carmel install checks to see if the latest version found in the artifact repository satisfies the requirement, and uses it. This makes the install fast, but could start your project with an old version of a module depending on which version you have in the build cache.

Initial carmel install without snapshot should search for the modules on CPAN.

miyagawa added a commit that referenced this issue May 11, 2022
The first carmel install (without snapshot) should install the latest. Fix #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant