File: control

package info (click to toggle)
libproc-syncexec-perl 1.01-1.2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 12
  • sloc: perl: 182; makefile: 54
file content (14 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: libproc-syncexec-perl
Section: perl
Priority: optional
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 3.5.2
Build-Depends: debhelper (>= 10~), perl (>= 5.6.0-16)

Package: libproc-syncexec-perl
Architecture: all
Depends: ${perl:Depends}
Description: spawn processes but report exec() errors properly
 This Perl module contains functions for synchronized process spawning
 with full error return.  If the child's exec() call fails the reason
 for the failure is reported back to the parent.