carton

Perl module dependency manager and bundler for Perl projects

brewmacoslinux
Try with needOr install directly
Source

About

Perl module dependency manager (aka Bundler for Perl)

Commands

carton

Examples

Initialize a new Carton project and create a cpanfile$ carton init
Install dependencies from cpanfile and generate cpanfile.lock$ carton install
Execute a Perl script with dependencies from local/ directory$ carton exec perl script.pl