blob: fb5bebdefebc38aa17fd78a05092ac84b6dc5a66 (
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 = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz"
S = "${WORKDIR}/Test-Output-${PV}"
inherit cpan
|