Source: perlbrew
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, perl-doc,
 curl | wget,
 libcapture-tiny-perl (>= 0.22),
 libcpan-perl-releases-perl (>= 1.26),
 libdevel-patchperl-perl (>= 1.00),
 libio-all-perl (>= 0.46),
 liblocal-lib-perl (>= 1.008009),
 libpath-class-perl,
 libtest-exception-perl,
 libtest-nowarnings-perl,
 libtest-output-perl,
 libtest-spec-perl (>= 0.46),
 perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlbrew.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/perlbrew.git
Homepage: https://metacpan.org/release/App-perlbrew/

Package: perlbrew
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 curl | wget,
 libcapture-tiny-perl (>= 0.22),
 libcpan-perl-releases-perl (>= 1.26),
 libdevel-patchperl-perl (>= 1.00),
 liblocal-lib-perl (>= 1.008009),
 libc6-dev | libc-dev,
 make, gcc
Recommends: perl-doc
Description: script to manage perl installations in your $HOME
 perlbrew is a program to automate the building and installation of perl
 in the users HOME. At the moment, it installs everything to ~/perl5/perlbrew,
 and requires you to tweak your PATH by including a bashrc/cshrc file it
 provides, in your shell configuration file. You then can benefit from not
 having to run 'sudo' commands to install cpan modules because those are
 installed inside your HOME too. It's a completely separate perl environment.
