blob: 59adff7d5e38ae122ede9ff4c72cf5351d253aea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Sub::Install - install subroutines into packages easily"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
perl-module-warnings"
FILE_PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz"
S = "${WORKDIR}/Sub-Install-${PV}"
inherit cpan
|