Patch provided by Martin Wilke via PR 34366.
NOTE: No need to depend on p5-ExtUtils-AutoInstall>=0.59 now, so remove it.
Changes:
1.01 Tue 25 Jul 2006
- Imported from CVS to svn repository
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
1.00 Thu Sep 8 2005
- Has proven itself stable, promoting to 1.00
- Various small POD clean ups
- Adding default notifier to auto-compile the CGI functions
- Rebuilding with a newer (better) Module::Install
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.