File: control

package info (click to toggle)
libmodule-cpanfile-perl 1.1002-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • ctags: 79
  • sloc: perl: 541; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,514 bytes parent folder | download
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
Source: libmodule-cpanfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120910),
               perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Build-Depends-Indep: perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-cpanfile-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-cpanfile-perl.git
Homepage: https://metacpan.org/release/Module-CPANfile
Testsuite: autopkgtest-pkg-perl

Package: libmodule-cpanfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.17.1) | libcpan-meta-perl (>= 2.120910),
         perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300)
Description: format for describing CPAN dependencies of Perl applications
 Module::CPANfile is a tool to handle cpanfile format to load application
 specific dependencies, not just for CPAN distributions.
 .
 `cpanfile` describes CPAN dependencies required to execute associated Perl
 code.
 .
 Place the `cpanfile` in the root of the directory containing the associated
 code. For instance, in a Catalyst application, place the `cpanfile` in the
 same directory as `myapp.conf`.
 .
 Tools supporting `cpanfile` format (e.g. cpanm and carton) will automatically
 detect the file and install dependencies for the code to run.