File: control

package info (click to toggle)
libcapture-tiny-perl 0.44-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 58
  • sloc: perl: 852; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-version-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcapture-tiny-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcapture-tiny-perl.git
Homepage: https://metacpan.org/release/Capture-Tiny
Testsuite: autopkgtest-pkg-perl

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.