File: control

package info (click to toggle)
libfile-tee-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 148 kB
  • ctags: 6
  • sloc: perl: 304; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,062 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
Source: libfile-tee-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-tee-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-tee-perl.git
Homepage: https://metacpan.org/release/File-Tee

Package: libfile-tee-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to duplicate streams like the tee unix command
 File::Tee is able to replicate data written to a Perl stream into another
 streams. It is the Perl equivalent of the shell utility tee(1).
 .
 It is implemented around fork, creating a new process for every tee'ed stream.
 That way, there are no problems handling the output generated by external
 programs run with system|perlfunc/system or by XS modules that don't go
 through perlio.