summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-builder-tester-perl_1.01.bb
blob: 0704506ac7deb07543250293989a7c1b06679b9d (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"
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