p5-prefork

optimized module loading

WWW CVSWeb GITHub
  1. Package version
    p5-prefork-1.05
  2. Maintainer
    The OpenBSD ports mailing-list

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.