Source: libcapture-tiny-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Salvatore Bonaccorso Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libtest-version-perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcapture-tiny-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcapture-tiny-perl.git Homepage: https://metacpan.org/release/Capture-Tiny Package: libcapture-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to capture STDOUT and STDERR Capture::Tiny is a Perl module that provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, XS code or an external program. Further, output can be captured while being passed through to the original handles.