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
|
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-compat (= 13)
Build-Depends-Indep: libextutils-config-perl,
libextutils-helpers-perl,
libextutils-installpaths-perl,
perl | libtest-harness-perl,
perl | libcpan-meta-perl,
perl | libjson-pp-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-build-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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 | libtest-harness-perl,
perl | libcpan-meta-perl,
perl | libjson-pp-perl
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.
|