summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libmodule
Commit message (Collapse)AuthorAgeFilesLines
* libmodule-pluggable-perl: add 5.1Tim Orling2014-09-011-0/+39
| | | | | | | * Module::Pluggable - automatically give your module the ability to have plugins Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodule-build-tiny-perl: fix RDEPENDSTim Orling2014-08-111-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.036Tim Orling2014-06-041-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>
* libmodule-runtime-perl: add 0.014Tim Orling2014-06-041-0/+35
[Description from CPAN] The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure. * Add ${CPAN_MIRROR} option * License line numbers changed from 0.013, same LICENSE. Signed-off-by: Tim Orling <TicoTimo@gmail.com>