This may only cover up a symptom of an underlying problem with perl
5.6.1 so currently mod_perl should be used with caution until we
find the real bug - probably in the perl sources
found by Pavel Kovorin <pvk@tsinet.ru>
- integrate COMMENT, bump NEED_VERSION
- dont rm some directories that are used by other CPAN modules
- build without LARGEFILE support, since in-tree Apache does not include it
--
Tested on i386 (by Pavel), SPARC (by me). Needs testing on m68k-based
systems.
--
The Apache/Perl integration project brings together the full power of the
Perl programming language and the Apache HTTP server. This is achieved by
linking the Perl runtime library into the server and providing an object
oriented Perl interface to the server's C language API.
These pieces are seamlessly glued together by the `mod_perl' server
plugin, making it is possible to write Apache modules entirely in Perl.
In addition, the persistent interpreter embedded in the server avoids the
overhead of starting an external interpreter program and the additional
Perl start-up (compile) time.