Source: libmodule-build-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Florian Schlichting <fsfs@debian.org>,
           Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libpar-dist-perl,
                     perl (>= 5.19.5) | libtest-harness-perl (>= 3.29),
                     perl (>= 5.21.3) | libcpan-meta-perl (>= 2.142060)
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-build-perl.git
Homepage: https://metacpan.org/release/Module-Build

Package: libmodule-build-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.19.5) | libtest-harness-perl (>= 3.29),
         perl (>= 5.21.3) | libcpan-meta-perl (>= 2.142060)
Recommends: libmodule-signature-perl,
            libpod-readme-perl,
            libsoftware-license-perl (>= 0.103009)
Description: framework for building and installing Perl modules
 Module::Build is a framework for easily building, testing and installing Perl
 packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
 and offers many additional features characteristic of a more modern install
 system, including simple subclassing for custom build actions.
 .
 Because it is written in Pure Perl, it has very few external dependencies. In
 particular, it allows for installation of packages on systems without 'make'
 and will even work without a shell. Its only prerequisites are modules that
 are included with perl 5.6.0 and it is core as of perl 5.10.