~ubuntu-branches/ubuntu/vivid/libipc-run3-perl/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2004-10-26 15:50:46 UTC
  • Revision ID: james.westby@ubuntu.com-20041026155046-zc4dabjrdbjlb818
Tags: 0.01-1
Initial Debian version. Closes: #278380.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libipc-run3-perl
 
2
Maintainer: Piotr Roszatycki <dexter@debian.org>
 
3
Section: perl
 
4
Priority: extra
 
5
Standards-Version: 3.6.1
 
6
Build-Depends: perl (>= 5.8)
 
7
Build-Depends-Indep: yada (>= 0.30)
 
8
 
 
9
Package: libipc-run3-perl
 
10
Architecture: all
 
11
Description: perl IPC::Run3 - Run a subprocess in batch mode
 
12
 This module allows you to run a subprocess and redirect stdin, stdout,
 
13
 and/or stderr to files and perl data structures.  It aims to satisfy 99%
 
14
 of the need for using system()/qx``/open3() with a simple, extremely
 
15
 Perlish API and none of the bloat and rarely used features of IPC::Run.