blob: 422bd41ed0308152c857afbf500c0f38a4de2f12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Test::MockModule - Override subroutines in a module for unit testing"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \
perl-module-vars "
PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-${PV}.tar.gz"
S = "${WORKDIR}/Test-MockModule-${PV}"
inherit cpan
|