aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-output-perl_0.10.bb
blob: 3a2452ecfdbaaaca6635831886b7dcb1e719af7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libsub-exporter-perl-native"
RDEPENDS += "libsub-exporter-perl"
PR = "r3"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz"

S = "${WORKDIR}/Test-Output-${PV}"

inherit cpan