pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
1.04 Sun 12 Jul 2009
- Upgrading to Module::Install::DSL 0.91
- Sometimes there is no Config_heavy.pl
- Updating dependencies to rid myself of memory leaks
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
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.