summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libcapture
Commit message (Collapse)AuthorAgeFilesLines
* libcapture-tiny-perl: upgrade 0.46 -> 0.48; enable ptestTim Orling2019-06-151-14/+22
| | | | | | | | | | | | | | | * sort RDEPENDS in alpha order * add missing dependencies (since perl-sanity change) Upstream release notes: [Fixed] - Appends PID to random file names for tee signalling to avoid random name collision when used in multiple forked children. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcapture-tiny-perl: update to version 0.46Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcapture-tiny-perl: update to 0.36Derek Straka2016-04-211-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcapture-tiny-perl: update to 0.30Tim Orling2015-08-241-5/+6
| | | | | | | | * drop libmodule-build-perl dependency * add perl-module-overloading dependency Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcapture-tiny-perl: add 0.24Tim Orling2014-06-041-0/+36
[Description from CPAN] Capture::Tiny provies a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original filehandles. Yes, it even works on Windows (usually). Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>