1*4882a593SmuzhiyunSUMMARY = "Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs."
2*4882a593SmuzhiyunDESCRIPTION = "Capture::Tiny provies a simple, portable way to capture \
3*4882a593Smuzhiyunalmost anything sent to STDOUT or STDERR, regardless of whether it comes \
4*4882a593Smuzhiyunfrom Perl, from XS code or from an external program. Optionally, output can \
5*4882a593Smuzhiyunbe teed so that it is captured while being passed through to the original \
6*4882a593Smuzhiyunfilehandles. Yes, it even works on Windows (usually). Stop guessing which of \
7*4882a593Smuzhiyuna dozen capturing modules to use in any particular situation and just use \
8*4882a593Smuzhiyunthis one."
9*4882a593SmuzhiyunSECTION = "libs"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunHOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
14*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunSRCNAME = "Capture-Tiny"
17*4882a593SmuzhiyunSRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz"
18*4882a593SmuzhiyunSRC_URI[md5sum] = "f5d24083ad270f8326dd659dd83eeb54"
19*4882a593SmuzhiyunSRC_URI[sha256sum] = "6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19"
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunS = "${WORKDIR}/${SRCNAME}-${PV}"
22*4882a593Smuzhiyun
23*4882a593Smuzhiyuninherit cpan ptest-perl
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunRDEPENDS:${PN} = " \
26*4882a593Smuzhiyun    perl-module-carp \
27*4882a593Smuzhiyun    perl-module-exporter \
28*4882a593Smuzhiyun    perl-module-extutils-makemaker \
29*4882a593Smuzhiyun    perl-module-extutils-mm-unix \
30*4882a593Smuzhiyun    perl-module-file-spec \
31*4882a593Smuzhiyun    perl-module-file-temp \
32*4882a593Smuzhiyun    perl-module-io-handle \
33*4882a593Smuzhiyun    perl-module-lib \
34*4882a593Smuzhiyun    perl-module-overloading \
35*4882a593Smuzhiyun    perl-module-perlio \
36*4882a593Smuzhiyun    perl-module-perlio-scalar \
37*4882a593Smuzhiyun    perl-module-scalar-util \
38*4882a593Smuzhiyun    perl-module-strict \
39*4882a593Smuzhiyun    perl-module-test-more \
40*4882a593Smuzhiyun    perl-module-warnings \
41*4882a593Smuzhiyun"
42*4882a593Smuzhiyun
43*4882a593SmuzhiyunRDEPENDS:${PN}-ptest += "perl-module-perlio"
44*4882a593Smuzhiyun
45*4882a593SmuzhiyunBBCLASSEXTEND = "native"
46