Source: libprefork-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.10)
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/prefork/

Package: libprefork-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Module loading for forking or non-forking processes in Perl
 The prefork pragma is intended to allow module writers to optimise module
 loading for both scenarios with as little additional code as possible.
 .
 prefork.pm is intended to serve as a central and optional marshalling point
 for state detection (are we running in compile-time or run-time mode) and to
 act as a relatively light-weight module loader.
