Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmodule-build-tiny-perl: fix RDEPENDS | Tim Orling | 2014-08-11 | 1 | -3/+2 |
| | | | | | | | | | | | * CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta * Module::Load is provided by perl-module-load, NOT perl-module-module-load * Fixes QA build-deps warning * libtap-harness-env-perl is bogus, already have perl-tap-harness-env Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libmodule-build-tiny-perl: add 0.036 | Tim Orling | 2014-06-04 | 1 | -0/+55 |
[Description from CPAN] 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. This module provides a simple, lightweight, drop-in replacement. * Add ${CPAN_MIRROR} option * Versions since 0.033 depend on TAP::Harness::Env Signed-off-by: Tim Orling <TicoTimo@gmail.com> |