File: control

package info (click to toggle)
libproc-syncexec-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 182; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 913 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
22
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.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libproc-syncexec-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libproc-syncexec-perl.git
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
    perl,
Priority: optional
Rules-Requires-Root: no
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.