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
Carton is a Perl dependency manager that supports lockfiles (cpanfile.snapshot) which ensures that the same versions of Perl modules are used in deployment as the ones used for testing. This way dependency management can be unified for various operating systems.
I have created a PR #252 to add cpanfile, which moves requirements from Makefile.PL to cpanfile, which can be used by Carton. So far it is still used by cpanm.
I am going to submit a work-in-progress PR for carton support, but now I have problems compiling some Catalyst modules in development environment.
Byt the way, there is a comment about carton in the source code:
Carton is a Perl dependency manager that supports lockfiles (
cpanfile.snapshot
) which ensures that the same versions of Perl modules are used in deployment as the ones used for testing. This way dependency management can be unified for various operating systems.I have created a PR #252 to add
cpanfile
, which moves requirements fromMakefile.PL
tocpanfile
, which can be used by Carton. So far it is still used bycpanm
.I am going to submit a work-in-progress PR for carton support, but now I have problems compiling some Catalyst modules in development environment.
Byt the way, there is a comment about carton in the source code:
amusewiki/init-all.sh
Line 27 in 92aadfc
The text was updated successfully, but these errors were encountered: