| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | Source: libproc-waitstat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl,
               libipc-signal-perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libproc-waitstat-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libproc-waitstat-perl.git
Homepage: https://metacpan.org/release/Proc-WaitStat
Package: libproc-waitstat-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libipc-signal-perl
Description: module to interpret and act on wait() status values
 The Proc::WaitStat module contains functions which are useful for
 interpreting and acting on wait() status values.
 .
 Nothing is exported by default.
 |