summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libsub-uplevel-perl_0.13.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libsub-uplevel-perl_0.13.bb')
-rw-r--r--recipes/perl/libsub-uplevel-perl_0.13.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/perl/libsub-uplevel-perl_0.13.bb b/recipes/perl/libsub-uplevel-perl_0.13.bb
new file mode 100644
index 0000000000..032d924856
--- /dev/null
+++ b/recipes/perl/libsub-uplevel-perl_0.13.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars"
+PR = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz"
+
+S = "${WORKDIR}/Sub-Uplevel-${PV}"
+
+inherit cpan