diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 02:20:08 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 02:20:08 +0000 |
commit | f8d7743c3aba8f3431ac504e4f99da9139766d49 (patch) | |
tree | bff0168a7e5f8f7bbaf50b31fbb70337bfdbfcd8 /packages/perl/libtest-output-perl_0.10.bb | |
parent | 05ea1015a098e02bc199c67bd8ce02dad5916cc9 (diff) |
perl: Add a new set of perl modules related to testing.
Diffstat (limited to 'packages/perl/libtest-output-perl_0.10.bb')
-rw-r--r-- | packages/perl/libtest-output-perl_0.10.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libtest-output-perl_0.10.bb b/packages/perl/libtest-output-perl_0.10.bb new file mode 100644 index 0000000000..74ac8b11e9 --- /dev/null +++ b/packages/perl/libtest-output-perl_0.10.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>" +LICENSE = "Artistic|GPL" +DEPENDS += "libsub-exporter-perl-native" +RDEPENDS += "libsub-exporter-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz" + +S = "${WORKDIR}/Test-Output-${PV}" + +inherit cpan |