Carton::Doc::Upgrading(3pm) | User Contributed Perl Documentation | Carton::Doc::Upgrading(3pm) |
Carton::Doc::Upgrading - Upgrading document
Carton adds, changes and deprecates some features between major releases in backward incompatible ways. Here's the list of major changes between versions. See "Changes" file for more details.
carton exec perl -Ilib myscript
Or make your script to take its own "-I" option, like many command line launcher does (i.e. plackup, prove)
carton exec plackup -Ilib myapp.psgi
# run with Carton v0.9.64 > carton install # upgrade to Carton v1.0 > cpanm Carton > carton install > git add cpanfile.snapshot > git rm carton.lock
This process will most likely preserve modules in your local library.
2022-05-12 | perl v5.34.0 |