The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v0.9.57 - 2013-06-05

  • Changed the output of carton tree command to include module and dist versions
  • Bunch of refactorings around requirements
  • carton install now saves tarballs in local/cache, then carton bundle copies from there
  • Implement carton check which checks if cpanfile requirements is satisfied locally with lock
  • Implement carton update!
  • Fi the installation collector logic to ignore dists that don't satisfy cpanfile

Documentation

Check if your cpanfile and local environment are in sync
execute your script in a carton local environment
Frequently Asked Questions
Install the dependencies
List dependencies tracked in the carton.lock file
Show the module information
Display version

Modules

Perl module dependency manager (aka Bundler for Perl)

Provides

in lib/Carton/Builder.pm
in lib/Carton/CLI.pm
in lib/Carton/Dependency.pm
in lib/Carton/Dist.pm
in lib/Carton/Dist/Core.pm
in lib/Carton/Error.pm
in lib/Carton/Index.pm
in lib/Carton/Lock.pm
in lib/Carton/Mirror.pm
in lib/Carton/Package.pm
in lib/Carton/Requirements.pm
in lib/Carton/Util.pm