diff options
Diffstat (limited to 'recipes/perl/libtest-exception-perl_0.22.bb')
-rw-r--r-- | recipes/perl/libtest-exception-perl_0.22.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libtest-exception-perl_0.22.bb b/recipes/perl/libtest-exception-perl_0.22.bb new file mode 100644 index 0000000000..021770b01a --- /dev/null +++ b/recipes/perl/libtest-exception-perl_0.22.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Test::Exception - Test exception based code" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS += "libsub-uplevel-perl-native" +RDEPENDS += "perl-module-base perl-module-carp perl-module-strict \ + libsub-uplevel-perl perl-module-test-builder \ + perl-module-warnings" +PR = "r3" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz" + +S = "${WORKDIR}/Test-Exception-${PV}" + +inherit cpan |