Changes for version 0.11 - 2003-03-10
- Changes to stay compatible with latest mod_perl CVS. This change is not backwards compatible, however. For mod_perl 2.x the CVS version is currently required
- Some code cleanup
- Added more tests (not yet complete)
- Made errors from Archive::Zip silent (less noise to logs)
- Added additional tests
- Apache::PAR::Registry was using PARPerlRunPath instead of PARRegistryPath, identified by Raymond Field
- PARPerlRunPath and PARRegistryPath failed to find contents if set to "/", identified by Raymond Field
- WIN32 fix (untested) for setting ##PARFILE## to reasonable value on that platform for Apache, identified by Raymond Field
Modules
Perl extension for including Perl ARchive files in a mod_perl (1.x or 2.x) environment.
Apache::PerlRun (or ModPerl::PerlRun) subclass which serves PerlRun scripts to clients from within .par files.
Apache::Registry subclass which serves Apache::Registry scripts to clients from within .par files.
Internal base class used by Apache::PAR classes
Internal base class used by Apache::PAR classes
Serve static content to clients from within .par files.