How to Install carton in Ubuntu 18.04



Install carton by entering the following commands in the terminal:

sudo apt update
sudo apt install carton

Description:

Perl module dependency manager (aka Bundler for Perl)

carton is a command line tool to track the Perl module dependencies for your Perl application. The required dependencies are managed through a file named cpanfile and tracked through the carton.lock file. It makes deployments easier and allows other developers of your application to have the exact same versions of the modules.

Homepage: https://metacpan.org/release/Carton

Version: 1.0.28-1

Section: universe/perl