summaryrefslogtreecommitdiff
path: root/packages/perl/libtest-mockmodule-perl_0.05.bb
blob: f72665ba949b37dec7248abd39b8ad444494cfa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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