Source: libmodule-build-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libarchive-zip-perl,
 libcpan-meta-perl (>= 2.110420),
 libextutils-cbuilder-perl (>= 0.2700) | perl (>= 5.11.2),
 libextutils-parsexs-perl (>= 2.210000) | perl (>= 5.11.2),
 libmodule-metadata-perl,
 libpar-dist-perl,
 libperl-ostype-perl,
 libsoftware-license-perl,
 libversion-perl (>= 1:0.8700) | perl (>= 5.13.9)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Niko Tyni <ntyni@debian.org>,
 gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>,
 Antonio Radici <antonio@dyne.org>, Ryan Niebur <ryan@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Module-Build/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-build-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-build-perl/

Package: libmodule-build-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcpan-meta-perl (>= 2.110420),
 libextutils-cbuilder-perl (>= 0.2700) | perl (>= 5.11.2),
 libextutils-parsexs-perl (>= 2.210000) | perl (>= 5.11.2),
 libmodule-metadata-perl,
 libperl-ostype-perl,
 libversion-perl (>= 1:0.8700) | perl (>= 5.13.9)
Recommends: libarchive-tar-perl,
 libmodule-signature-perl,
 libpod-readme-perl,
 libsoftware-license-perl
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.
