1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: perlbrew
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: curl | wget,
libcapture-tiny-perl (>= 0.36),
libcpan-perl-releases-perl (>= 2.60),
libdevel-patchperl-perl (>= 1.40),
libio-all-perl (>= 0.51),
liblocal-lib-perl (>= 2.000014),
libpath-class-perl (>= 0.33),
libtest-exception-perl (>= 0.32),
libtest-nowarnings-perl,
libtest-output-perl (>= 1.03),
libtest-spec-perl (>= 0.47),
perl (>= 5.23.7),
perl-doc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perlbrew.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/perlbrew.git
Homepage: https://metacpan.org/release/App-perlbrew
Package: perlbrew
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
curl | wget,
gcc,
libc6-dev | libc-dev,
libcapture-tiny-perl (>= 0.36),
libcpan-perl-releases-perl (>= 2.60),
libdevel-patchperl-perl (>= 1.40),
liblocal-lib-perl (>= 2.000014),
make,
perl (>= 5.23.7)
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.
|