Source: carton Maintainer: Debian Perl Group Uploaders: Michael Prokop , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11), perl (>= 5.17.10) Build-Depends-Indep: libapp-fatpacker-perl, libcapture-tiny-perl, libclass-tiny-perl (>= 1.001), libfile-pushd-perl, libjson-pp-perl (>= 2.27300), libmenlo-legacy-perl, libmodule-cpanfile-perl (>= 0.9031), libpath-tiny-perl, libtest-requires-perl, libtry-tiny-perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/carton Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/carton.git Homepage: https://metacpan.org/release/Carton Package: carton Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcapture-tiny-perl, libclass-tiny-perl (>= 1.001), libjson-pp-perl (>= 2.27300), libmenlo-legacy-perl, libmodule-cpanfile-perl (>= 0.9031), libpath-tiny-perl, libtry-tiny-perl, perl (>= 5.17.10) Recommends: libapp-fatpacker-perl, libfile-pushd-perl 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.