carton
Perl module dependency manager (aka Bundler for Perl)
Install
- All systems
-
curl cmd.cat/carton.sh
- Debian
-
apt-get install carton
- Ubuntu
-
apt-get install carton
- Kali Linux
-
apt-get install carton
- Fedora
-
dnf install carton
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install carton
- Raspbian
-
apt-get install carton
- Dockerfile
- dockerfile.run/carton
carton
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.