Source: libmodule-build-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Niko Tyni , gregor herrmann , Damyan Ivanov Build-Depends: debhelper (>= 5), quilt (>= 0.40) Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl, libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl, libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl Standards-Version: 3.7.3 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/wsvn/pkg-perl/trunk/libmodule-build-perl/ Package: libmodule-build-perl Architecture: all Depends: ${perl:Depends}, libarchive-tar-perl, libyaml-perl, libextutils-parsexs-perl Recommends: libextutils-cbuilder-perl, libversion-perl Suggests: libpar-dist-perl (>= 0.17) Description: Subclassable and make-independent perl module builder alternative Module::Build is a system for building, testing, and installing Perl modules. It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker.