blob: 032d92485695b3aa43ccf24242af332b1e07d1c1 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|