blob: d8a6a94d0261187ae366979c62daebd52bd4201c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "A module loading thingy for perl."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"
RDEPENDS = "perl-module-test-more"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Module-Load-${PV}.tar.gz"
S = "${WORKDIR}/Module-Load-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|