Source: libprefork-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>=11~)
Build-Depends-Indep: perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.2.1
Vcs-Browser: https://gitee.com/openkylin/libprefork-perl
Vcs-Git: https://gitee.com/openkylin/libprefork-perl.git
Homepage: https://metacpan.org/release/prefork

Package: libprefork-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: pragma for optimized module loading for forking or non-forking processes
 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 (the software is running in compile-time or run-time mode)
 and to act as a relatively light-weight module loader.
