-
Notifications
You must be signed in to change notification settings - Fork 97
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
In cpanfile.snapshot, MailTools always records the desired version AND the latest version, fails carton install --deployment #274
Comments
Note that you can't specify MailTools or else the following occurs: ! Couldn't find module or a distribution MailTools (== 2.04) |
MailTools-2.04 MailTools-2.21 |
If I manually edit the cpanfile.snapshot and remove MailTools 2.21, it will be re-added when I run the following: carton install |
carton v1.0.34 |
This is pretty annoying. Fortunately, it's not a hugely important component, so I'll just try using MailTools 2.21 and see how I go... |
Cannot reproduce this locally (Ubuntu+Perl 5.36.0) with carton v1.0.35. |
If you specify Mail::Mailer in your cpanfile with a specific version, Carton will record MailTools with your specific version and it will also record the latest version, which causes "carton install --deployment" to fail.
The text was updated successfully, but these errors were encountered: