Revision history for Perl extension Apache::PAR.
0.12  Thu Mar 27 22:00:00 2003
	- Some testing performed on Win32 platforms Win 98 and Win 2k 
	  (thanks to Raymond Field.  Documentation changed to reflect 
	  necessary changes to get Apache::PAR up and running on Win32.
	- Better mod_perl 2.x detection.  No longer requires 
	  Apache::ServerUtil
	- Support for Apache::Static pulling from root directory of 
	  PAR file
	- New configuration mechanism, through PARInclude directive and
	  use/include lines in startup.pl or PERL sections
0.11  Mon Mar 10 21:51:00 2003
	- 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
0.10  Sat Feb 01 21:20:00 2003
	- Added initial support for mod_perl 2!
	- See TODO for more information
0.02  Fri Dec 06 21:36:00 2002
	- Added base module ScriptBase.pm for PerlRun.pm and Registry.pm
	(code cleanup)
	- Changed required Perl version to 5.005
	- Fixed test code to allow skipping of tests
	- Additional code cleanup
	- Removed unused test file
	- Added TODO items

0.01  Tue Nov 26 21:04:37 2002
	- original version; created by h2xs 1.21 with options
		-A -X -b 5.6.0 -n Apache::PAR