pkgsrc/devel/p5-prefork/DESCR
wiz b9f9229d1c Initial import of p5-prefork-0.04:
The prefork pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code
as possible.

The prefork.pm is intended to serve as a central and optional
marshalling point for state detection (are we running in procedural
or pre-forking mode) and to act as a relatively light-weight module
loader.
2005-06-24 19:58:09 +00:00

8 lines
352 B
Text

The prefork pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code
as possible.
The prefork.pm is intended to serve as a central and optional
marshalling point for state detection (are we running in procedural
or pre-forking mode) and to act as a relatively light-weight module
loader.