summaryrefslogtreecommitdiff
path: root/debian/control
blob: 35f7fd913cfd38c3c1faf85722797541cf50177b (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
Source: libparse-pmfile-perl
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)
Build-Depends-Indep: libextutils-makemaker-cpanfile-perl,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libparse-pmfile-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libparse-pmfile-perl.git
Homepage: https://metacpan.org/release/Parse-PMFile
Rules-Requires-Root: no

Package: libparse-pmfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to parse .pm file as PAUSE does
 Most of the code of this module is taken from the PAUSE code as of April 2013
 almost verbatim. Thus, the heart of Parse::PMFile should be quite stable.
 .
 Parse::PMFile doesn't provide features to extract a distribution or parse
 meta files intentionally.