blob: 3a49b51841aceeb46d4ce625d10c6b5e080caa75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Test::Builder::Tester - test testsuites that have been built with Test::Builder"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-strict perl-module-carp perl-module-exporter \
perl-module-symbol perl-module-vars"
FILE_PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-Builder-Tester-${PV}.tar.gz"
S = "${WORKDIR}/Test-Builder-Tester-${PV}"
inherit cpan
|