1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libextutils-autoinstall-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>,
gregor herrmann <gregoa@debian.org>,
Angel Abad <angel@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/ExtUtils-AutoInstall
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libextutils-autoinstall-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libextutils-autoinstall-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libextutils-autoinstall-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Suggests: libsort-versions-perl
Description: module to automatically install dependencies via CPAN
ExtUtils::AutoInstall lets module writers specify a more
sophisticated form of dependency information than the PREREQ_PM
option offered by ExtUtils::MakeMaker.
|