summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0cae3073fc1c28a66a2a2fa33946014ea71414b1 (plain)
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 (>= 9),
               libmodule-build-tiny-perl
Build-Depends-Indep: curl,
                     libcapture-tiny-perl (>= 0.36),
                     libcpan-perl-releases-perl (>= 3.24),
                     libdevel-patchperl-perl (>= 1.40),
                     libfile-which-perl (>= 1.21),
                     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),
                     libtest-tempdir-tiny-perl,
                     perl (>= 5.23.7),
                     perl-doc,
                     wget
Standards-Version: 4.1.4
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

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 (>= 3.24),
         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.