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