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