summaryrefslogtreecommitdiff
path: root/packages/perl/libsub-uplevel-perl_0.13.bb
blob: ba4c0efe3802992d0b50e1d30280e7dce0965e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars"
PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz"

S = "${WORKDIR}/Sub-Uplevel-${PV}"

inherit cpan