File: control

package info (click to toggle)
libipc-run3-perl 0.036-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 152 kB
  • ctags: 82
  • sloc: perl: 1,016
file content (14 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libipc-run3-perl
Maintainer: Piotr Roszatycki <dexter@debian.org>
Section: perl
Priority: extra
Standards-Version: 3.7.2
Build-Depends: perl (>= 5.8), yada (>= 0.49)

Package: libipc-run3-perl
Architecture: all
Description: perl IPC::Run3 - Run a subprocess in batch mode
 This module allows you to run a subprocess and redirect stdin, stdout,
 and/or stderr to files and perl data structures.  It aims to satisfy 99%
 of the need for using system()/qx``/open3() with a simple, extremely
 Perlish API and none of the bloat and rarely used features of IPC::Run.