Revision history for Perl extension Apache::CIPP_Handler.

0.07  Tue Jan 26 11:40:00 1999
	- explicit perl syntax check via 'perl -c' removed
	  (this was unnecessary because errors are catched via eval,
	   also this crashed on SuSE 6.0 Linux systems)

0.06  Sun Jan 04 00:00:00 1999
	- debug flag in access.conf

0.05  Sun Dec 14 00:00:00 1998
        - cache is now splitted into subdirectories
        - names of subroutines and cache files are now really
          unique
        - basic support for the HEAD request method
        - if the CIPP program uses <?AUTOPRINT OFF> no HTTP headers
          will be generated by CIPP_Handler. This is then up to the
          CIPP Program.

0.04  Thu Dec  3 17:31:22 1998
	- minor change of the CIPP constructor needs minor change here

0.03  Sun Nov 15 16:42:45 1998
	- cache-directory will be created if it not exists

0.02  Sun Oct 25 20:37:22 1998
	- full integration of the CIPP.pm Module for preprocessing
	- cache handles now 1:n dependencies
	- error handling improved

0.01  Sat Oct 10 18:37:55 1998
	- original version; created by h2xs 1.18
	- file- and subroutine-caching
	- pseudo-preprocessing to test the cache mechanisms
	- simple output of the .cipp files, no really preprocessing yet,
	  no use of the CIPP preprocessor
	- simple handling of preprocessor- and perl-compiler errors