openbsd-ports/devel/p5-prefork/pkg/DESCR
kevlo 7834075814 Initial import p5-prefork 1.00.
The "prefork" pragma is intended to allow module writers to optimise
module loading for both scenarios with as little additional code as
possible.
2005-11-22 09:00:57 +00:00

8 lines
353 B
Plaintext

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 compile-time or run-time
mode) and to act as a relatively light-weight module loader.