File: control

package info (click to toggle)
libproc-syncexec-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 92 kB
  • ctags: 6
  • sloc: perl: 182; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 883 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libproc-syncexec-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
    Christoph Biedl <debian.axhn@manchmal.in-ulm.de>,
Homepage: https://metacpan.org/pod/Proc::SyncExec
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-syncexec-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libproc-syncexec-perl.git
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper (>= 10~),
    perl,
Priority: optional
Section: perl

Package: libproc-syncexec-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
Description: module to spawn processes but report exec() errors properly
 Proc::SyncExec 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.