From a1c6c0aa41c478af9f1790c25450435daa44ec59 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 19 May 2017 15:37:30 -0400 Subject: libsub-exporter-progressive-perl: update to version 0.001013 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libsub-exporter-progressive-perl_0.001011.bb | 30 ---------------------- .../libsub-exporter-progressive-perl_0.001013.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb create mode 100644 meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb deleted file mode 100644 index a2a1305748..0000000000 --- a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it." -DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \ -that power comes great responsibility, er- as well as some runtime penalties. \ -This module is a \"Sub::Exporter\" wrapper that will let your users just use \ -\"Exporter\" if all they are doing is picking exports, but use \ -\"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \ -features, like renaming exports, if they try to use them." - -SECTION = "libs" - -HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/" - -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://README;beginline=51;endline=53;md5=a171d2e9f8688a44e5f1b6dcc62029e6" - -DEPENDS_${PN} = " perl-module-test-more" - -SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz" -SRC_URI[md5sum] = "bb50b3ba1538902b197c04818a84230a" -SRC_URI[sha256sum] = "0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06" - -S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" - -inherit cpan - -RDEPENDS_${PN} += " perl-module-carp \ - perl-module-list-util \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb new file mode 100644 index 0000000000..64d19c0f1f --- /dev/null +++ b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb @@ -0,0 +1,30 @@ +SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it." +DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \ +that power comes great responsibility, er- as well as some runtime penalties. \ +This module is a \"Sub::Exporter\" wrapper that will let your users just use \ +\"Exporter\" if all they are doing is picking exports, but use \ +\"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \ +features, like renaming exports, if they try to use them." + +SECTION = "libs" + +HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/" + +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1" + +DEPENDS_${PN} = " perl-module-test-more" + +SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz" +SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe" +SRC_URI[sha256sum] = "d535b7954d64da1ac1305b1fadf98202769e3599376854b2ced90c382beac056" + +S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" + +inherit cpan + +RDEPENDS_${PN} += " perl-module-carp \ + perl-module-list-util \ +" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg