summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2015-08-13 08:31:57 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:56:27 +0200
commita6b83ffd21f095d4b7809e05c7750d6012eef153 (patch)
tree44e710772fa3e2216f6eb6d5b4c8a256cebd4581 /meta-perl
parentfa3c0eadb284215b6085e63b43ef22a2a4dc70c1 (diff)
downloadmeta-openembedded-a6b83ffd21f095d4b7809e05c7750d6012eef153.tar.gz
libsub-exporter-progressive-perl: add 0.001011 recipe
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb30
1 files changed, 30 insertions, 0 deletions
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
new file mode 100644
index 000000000..a2a130574
--- /dev/null
+++ b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001011.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it."
2DESCRIPTION = "\"Sub::Exporter\" is an incredibly powerful module, but with \
3that power comes great responsibility, er- as well as some runtime penalties. \
4This module is a \"Sub::Exporter\" wrapper that will let your users just use \
5\"Exporter\" if all they are doing is picking exports, but use \
6\"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \
7features, like renaming exports, if they try to use them."
8
9SECTION = "libs"
10
11HOMEPAGE = "https://metacpan.org/pod/Sub-Exporter-Progressive/"
12
13LICENSE = "Artistic-1.0 | GPL-1.0+"
14LIC_FILES_CHKSUM = "file://README;beginline=51;endline=53;md5=a171d2e9f8688a44e5f1b6dcc62029e6"
15
16DEPENDS_${PN} = " perl-module-test-more"
17
18SRC_URI = "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz"
19SRC_URI[md5sum] = "bb50b3ba1538902b197c04818a84230a"
20SRC_URI[sha256sum] = "0618c6e69c6c0540c41e7560d51981407a6a0768f1330bef6d6ac3c6f1fa7c06"
21
22S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}"
23
24inherit cpan
25
26RDEPENDS_${PN} += " perl-module-carp \
27 perl-module-list-util \
28"
29
30BBCLASSEXTEND = "native"