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
|
Source: libb-perlreq-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
libtry-tiny-perl,
perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libb-perlreq-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libb-perlreq-perl.git
Homepage: https://metacpan.org/release/rpm-build-perl
Package: libb-perlreq-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl module to determine Perl module dependencies
B::PerlReq is a backend module for the Perl compiler that determines the
dependencies of Perl source code, based on the internal structure that Perl
creates itself after parsing a program source file. The output of this module
is suitable for automatic dependency detection, tracking and organization,
particularly for building and maintaining binary packages.
|