netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / perl / libmodule-load-perl_0.16.bb
1 DESCRIPTION = "A module loading thingy for perl."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r1"
5
6 RDEPENDS = "perl-module-test-more"
7
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Module-Load-${PV}.tar.gz"
9
10 S = "${WORKDIR}/Module-Load-${PV}"
11
12 inherit cpan
13
14 BBCLASSEXTEND="native"