aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-output-perl_0.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libtest-output-perl_0.10.bb')
-rw-r--r--recipes/perl/libtest-output-perl_0.10.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/perl/libtest-output-perl_0.10.bb b/recipes/perl/libtest-output-perl_0.10.bb
new file mode 100644
index 0000000000..3a2452ecfd
--- /dev/null
+++ b/recipes/perl/libtest-output-perl_0.10.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "libsub-exporter-perl-native"
+RDEPENDS += "libsub-exporter-perl"
+PR = "r3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz"
+
+S = "${WORKDIR}/Test-Output-${PV}"
+
+inherit cpan