summaryrefslogtreecommitdiff
path: root/packages/perl/libtest-mockmodule-perl_0.05.bb
diff options
context:
space:
mode:
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