summaryrefslogtreecommitdiff
path: root/packages/perl/libtest-mockmodule-perl_0.05.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-mockmodule-perl_0.05.bb
parent05ea1015a098e02bc199c67bd8ce02dad5916cc9 (diff)
perl: Add a new set of perl modules related to testing.
Diffstat (limited to 'packages/perl/libtest-mockmodule-perl_0.05.bb')
-rw-r--r--packages/perl/libtest-mockmodule-perl_0.05.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/perl/libtest-mockmodule-perl_0.05.bb b/packages/perl/libtest-mockmodule-perl_0.05.bb
new file mode 100644
index 0000000000..f72665ba94
--- /dev/null
+++ b/packages/perl/libtest-mockmodule-perl_0.05.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Test::MockModule - Override subroutines in a module for unit testing"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic|GPL"
+RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
+ perl-module-vars "
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-${PV}.tar.gz"
+
+S = "${WORKDIR}/Test-MockModule-${PV}"
+
+inherit cpan