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: libipc-run-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/IPC-Run/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libipc-run-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-run-perl/
Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Build-Depends-Indep: perl, libio-pty-perl (>= 1.00), netbase
Package: libipc-run-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libio-pty-perl (>= 1.00)
Description: Perl module for running processes
This module allows you to run and interact with child processes using
files, pipes, and pseudo-ttys. Both system()-style and scripted
usages are supported and may be mixed. Likewise, functional and OO
API styles are both supported and may be mixed.
.
Various redirection operators reminiscent of those seen on common
Unix and DOS command lines are provided.
|