omap3-sgx-modules: strip unneeded stuff
[openembedded.git] / recipes / perl / libtest-exception-perl_0.22.bb
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"
9
10 SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
11
12 S = "${WORKDIR}/Test-Exception-${PV}"
13
14 inherit cpan