The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for CGI-Buffer

0.17	Mon Oct 31 16:09:09 EDT 2011
	Fix bug in X-CGI-Buffer header
	Carp if you're trying to set an unsafe option after output has been
		generated

0.16	Mon Oct 24 09:54:09 EDT 2011
	Improved client side caching

0.15	Sat Sep 24 16:08:32 EDT 2011
	Improved error handling

0.14	Mon Sep 19 14:54:10 EDT 2011
	Another attempt at fiximg HEAD requests

0.13	Mon Sep 12 14:17:55 EDT 2011
	Fixed the call to "new HTML::Clean"

0.12	Tue Sep  6 14:55:17 EDT 2011
	Improved handling of HEAD
	Added t/is_cached.t
	Use HTML::Clean

0.11	Thu Aug 18 16:10:27 EDT 2011
	Optimise table rows
	Added t/critit.t

0.10	Wed Aug 10 13:31:46 EDT 2011
	Optimise HEAD handling

0.09	Tue Aug  2 11:58:47 EDT 2011
	Fix problem with HEAD which meant that the headers weren't being sent
	optimise_content: Add optimisations for <br> and <div>

0.08	Mon Aug  1 10:57:32 EDT 2011
	Ensure that the correct encoding mechanism is passed to the client

0.07	Sun Jul 31 20:06:52 EDT 2011
	Fixed compilation error

0.06	Fri Jul 29 18:04:56 EDT 2011
	Added cache_key option
	Fixed problem with cache delivering gzipped version to non gzip
		aware browsers

0.05	Wed Jul 27 23:07:50 EDT 2011
	Fix the documentation
	Fix calls to is_cached() when there is no cache
	Added new optimise_content

0.04	Wed Jul 27 10:19:41 EDT 2011
	Fixed over zealous optimise_content

0.03	Mon Jul 25 16:38:00 EDT 2011
	Improvements to optimise_content

0.02	Sun Jul 24 20:18:15 EDT 2011
	If protocol isn't known, assume http

0.01    Fri Jul 22 13:09:17 EDT 2011
        First draft