summaryrefslogtreecommitdiff
path: root/packages/perl/libtest-exception-perl_0.22.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 02:20:08 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 02:20:08 +0000
commitf8d7743c3aba8f3431ac504e4f99da9139766d49 (patch)
treebff0168a7e5f8f7bbaf50b31fbb70337bfdbfcd8 /packages/perl/libtest-exception-perl_0.22.bb
parent05ea1015a098e02bc199c67bd8ce02dad5916cc9 (diff)
perl: Add a new set of perl modules related to testing.
Diffstat (limited to 'packages/perl/libtest-exception-perl_0.22.bb')
-rw-r--r--packages/perl/libtest-exception-perl_0.22.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/perl/libtest-exception-perl_0.22.bb b/packages/perl/libtest-exception-perl_0.22.bb
new file mode 100644
index 0000000000..9dffa1341e
--- /dev/null
+++ b/packages/perl/libtest-exception-perl_0.22.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Test::Exception - Test exception based code"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+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 = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
+
+S = "${WORKDIR}/Test-Exception-${PV}"
+
+inherit cpan