Source: libtest-fork-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Build-Depends: debhelper (>= 9),
 perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-fork-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-fork-perl.git
Homepage: https://metacpan.org/release/Test-Fork/

Package: libtest-fork-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for testing code which forks
 Because each test has a number associated with it, testing code which forks
 is problematic. Coordinating the test number amongst the parent and child
 processes is complicated. Test::Fork provides a function to smooth over the
 complications.
