Source: libproc-syncexec-perl Maintainer: Debian Perl Group Uploaders: Christoph Biedl , 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.