Source: cpanminus
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/cpanminus.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/cpanminus.git
Homepage: https://metacpan.org/release/App-cpanminus/

Package: cpanminus
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 curl | wget | libhttp-tiny-perl (>= 0.034) | perl (>= 5.19.2),
 libaliased-perl,
 libcpan-distnameinfo-perl,
 libcpan-meta-check-perl (>= 0.007),
# 5.19.4 is a guess right now
 libcpan-meta-perl (>= 2.132510) | perl (>= 5.19.4),
# 5.19.4 is a guess right now
 libcpan-meta-requirements-perl (>= 2.123) | perl (>= 5.19.4),
 libfile-pushd-perl,
 liblocal-lib-perl (>= 1.008011),
 libmodule-cpanfile-perl (>= 1.0002),
# 5.19.4 is a guess right now
 libmodule-metadata-perl (>= 1.000016) | perl (>= 5.19.4),
# 5.19.4 is a guess right now
 libparse-cpan-meta-perl (>= 1.4407) | perl (>= 5.19.4),
 libstring-shellquote-perl,
 perl (>= 5.13.9) | libcpan-meta-yaml-perl,
 perl (>= 5.13.9) | libjson-pp-perl
Description: script to get, unpack, build and install modules from CPAN
 cpanminus provides a command-line (non interactive) interface to
 automatically download, build and install Perl modules from CPAN.
 .
 It requires zero configuration, and stands alone. It also has a very low memory
 footprint compared to similar software: when running, it requires only 10MB of
 RAM.
 .
 It installs to wherever ExtUtils::MakeMaker and Module::Build are
 configured to. So if you're using local::lib, then it installs to your
 local perl5 directory. Otherwise it installs to the siteperl directory.
 .
 cpanminus at a boot time checks whether you have configured local::lib,
 or have the permission to install modules to the sitelib directory. If
 neither, it automatically sets up local::lib compatible installation
 path in a perl5 directory under your home directory.
