nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libtest-mockmodule-perl_0.05.bb
blob422bd41ed0308152c857afbf500c0f38a4de2f12
1 DESCRIPTION = "Test::MockModule - Override subroutines in a module for unit testing"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
5 perl-module-vars "
6 PR = "r3"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-${PV}.tar.gz"
10 S = "${WORKDIR}/Test-MockModule-${PV}"
12 inherit cpan