File: control

package info (click to toggle)
libio-captureoutput-perl 1.1105-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 508; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,119 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
Source: libio-captureoutput-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libinline-c-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-captureoutput-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-captureoutput-perl.git
Homepage: https://metacpan.org/release/IO-CaptureOutput
Rules-Requires-Root: no

Package: libio-captureoutput-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for capturing STDOUT and STDERR from Perl code, subprocesses or XS
 IO::CaptureOutput provides routines for capturing STDOUT and STDERR from perl
 subroutines, forked system calls (e.g. system(), fork()) and from XS or C
 modules.
 .
 Note that this module is no longer recommended by its upstream maintainer -
 see Capture::Tiny (in package libcapture-tiny-perl) instead.