File: control

package info (click to toggle)
libperl-prereqscanner-perl 1.023-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 248 kB
  • ctags: 33
  • sloc: perl: 1,254; makefile: 10
file content (49 lines) | stat: -rw-r--r-- 2,150 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: libperl-prereqscanner-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     perl (>= 5.19.5) | libcpan-meta-requirements-perl (>= 2.124),
                     libgetopt-long-descriptive-perl,
                     liblist-moreutils-perl,
                     libmodule-path-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libparams-util-perl,
                     libppi-perl,
                     libstring-rewriteprefix-perl,
                     libtry-tiny-perl,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl-prereqscanner-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl-prereqscanner-perl.git
Homepage: https://metacpan.org/release/Perl-PrereqScanner

Package: libperl-prereqscanner-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl (>= 5.19.5) | libcpan-meta-requirements-perl (>= 2.124),
         libgetopt-long-descriptive-perl,
         liblist-moreutils-perl,
         libmodule-path-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libparams-util-perl,
         libppi-perl,
         libstring-rewriteprefix-perl
Description: module for extracting prerequisites from Perl code
 Perl::PrereqScanner is a Perl module that extracts distribution prerequisites
 from files through various means. The extraction is not perfect but provides
 a best-guess approximation.
 .
 It currently detects the following:
  * plain lines beginning with use or require in perl modules and scripts
  * regular inheritance declared with the base and parent pragmata
  * Moose inheritance declared with the extends keyword
  * Moose roles included with the with keyword