File: control

package info (click to toggle)
libipc-run-safehandles-perl 0.02-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 160 kB
  • ctags: 119
  • sloc: perl: 1,587; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libipc-run-safehandles-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), perl (>= 5.8.0)
Maintainer: Dominic Hargreaves <dom@earth.li>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/IPC-Run-SafeHandles/

Package: libipc-run-safehandles-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0)
Description: Use IPC::Run and IPC::Run3 safely
 IPC::Run and IPC::Run3 are both very upset when you try to use them under
 environments where you have STDOUT and/or STDERR tied to something else, such
 as under fastcgi.
 .
 The module adds safe-guarding code when you call IPC::Run or IPC::Run3 under
 such environment to make sure it always works.