Changes for version 0.14 - 2003-04-30

  • Added ability to do caching to the Apache::PAR::Static module (see documentation in that module for details.) To use caching the Cache::Cache module is required
  • Some general code cleanup performed
  • Switched to Eclipse IDE for editing / CVS management of project
  • Removed use warnings to work with old versions of Perl
  • Removed exporter tags from PAR.pm since we weren't using them anyway.
  • Removed Win32 "fix" that wasn't necessary

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.