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
|
Source: libmodule-build-tiny-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.20140227~)
Build-Depends-Indep: libextutils-config-perl,
libextutils-helpers-perl,
libextutils-installpaths-perl,
perl (>= 5.19.5) | libtest-harness-perl (>= 3.29),
perl (>= 5.13.10) | libcpan-meta-perl,
perl (>= 5.13.9) | libjson-pp-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-tiny-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-tiny-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Module-Build-Tiny
Package: libmodule-build-tiny-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libextutils-config-perl,
libextutils-helpers-perl,
libextutils-installpaths-perl,
perl (>= 5.19.5) | libtest-harness-perl (>= 3.29),
perl (>= 5.13.10) | libcpan-meta-perl,
perl (>= 5.13.9) | libjson-pp-perl
Breaks: liblocal-lib-perl (<< 1.006008~)
Description: tiny replacement for Module::Build
Many Perl distributions use a Build.PL file instead of a Makefile.PL file
to drive distribution configuration, build, test and installation.
Traditionally, Build.PL uses Module::Build as the underlying build system.
Module::Build::Tiny provides a simple, lightweight, drop-in replacement.
|