nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libsub-uplevel-perl_0.13.bb
blob032d92485695b3aa43ccf24242af332b1e07d1c1
1 DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars"
5 PR = "r3"
7 SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz"
9 S = "${WORKDIR}/Sub-Uplevel-${PV}"
11 inherit cpan