Codebase list libcapture-tiny-perl / f672a115-2ca4-49e7-9aac-a5941ae37fd5/main debian / control
f672a115-2ca4-49e7-9aac-a5941ae37fd5/main

Tree @f672a115-2ca4-49e7-9aac-a5941ae37fd5/main (Download .tar.gz)

control @f672a115-2ca4-49e7-9aac-a5941ae37fd5/mainraw · history · blame

Source: libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
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.