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 47 48 49 50
|
Source: perlbrew
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-tiny-perl,
perl
Build-Depends-Indep: curl <!nocheck>,
libcapture-tiny-perl <!nocheck>,
libcpan-perl-releases-perl (>= 5.20240920) <!nocheck>,
libdevel-patchperl-perl <!nocheck>,
libfile-which-perl <!nocheck>,
libjson-pp-perl <!nocheck>,
liblocal-lib-perl <!nocheck>,
libpath-class-perl <!nocheck>,
libtest2-suite-perl (>= 0.000163),
libtest2-plugin-ioevents-perl <!nocheck>,
libtest2-plugin-nowarnings-perl (>= 0.10) <!nocheck>,
perl-doc,
wget <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/perlbrew
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/perlbrew.git
Homepage: https://metacpan.org/release/App-perlbrew
Rules-Requires-Root: no
Package: perlbrew
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
curl | wget,
gcc,
libc6-dev | libc-dev,
libcapture-tiny-perl,
libcpan-perl-releases-perl (>= 5.20240920),
libdevel-patchperl-perl,
libjson-pp-perl,
liblocal-lib-perl,
make,
patch
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.
|