aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libtest-output-perl_0.10.bb
blob: c06d2c012297a6a1a64d173e0055bcf94644354b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
DEPENDS += "libsub-exporter-perl-native"
RDEPENDS_${PN} += "libsub-exporter-perl"
PR = "r5"

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

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

inherit cpan

SRC_URI[md5sum] = "dcf67296e04a41a9f73f70c10fe5f825"
SRC_URI[sha256sum] = "b72813be2639d49dda2a3f87928b7ce185633f3afaa25300afbfb844b12deea4"