Changes for version 0.20

  • Changed to use Apache::Test for tests - testing should now work on Win32 and mod_perl 2.x
    • Note: Apache::Test is now a required module for Apache::PAR **
  • tutorial.pod moved under PAR (shouldn't go in main Apache dir)
  • Change for consistancy with PAR.pm to default PerlRun and Registry scripts to use the /script directory instead of /scripts.
    • All modules must be updated with this change ** Modules can be updated by either changing the directory name inside the PAR archive, or by setting PARRegistyPath or PARPerlRunPath to scripts/ within a web.conf Thanks to Autrijus Tang <autrijus@autrijus.org> for this fix.

Documentation

Information on getting Apache::PAR up and running.

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.