nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libtest-exception-perl_0.22.bb
blob021770b01aae7a7cd40fe78a53634c3279a6c9da
1 DESCRIPTION = "Test::Exception - Test exception based code"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS += "libsub-uplevel-perl-native"
5 RDEPENDS += "perl-module-base perl-module-carp perl-module-strict \
6 libsub-uplevel-perl perl-module-test-builder \
7 perl-module-warnings"
8 PR = "r3"
10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
12 S = "${WORKDIR}/Test-Exception-${PV}"
14 inherit cpan