The URL
http://www.modperlcookbook.org/~geoff/modules/Apache-Clean-0.04.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GE/GEOFF/Apache-Clean-0.04.tar.gz
size: 5009 bytes
md5: 867280d1d142c8099380e189332244c5
this release adds a new directive, CleanCache, which controls the
behavior of Apache::Clean wrt conditional GET requests and caching
headers such as ETag and Last-Modified.
as with version 0.03, this release uses the Apache::Test framework to
run live tests, so if you're interested in writing live tests this
module has code that can serve as an example.
from Changes:
0.04 04.24.2002
- DECLINED on 'text/html' match instead of
stringwise equal, thanks to Maurice Aubrey
- added new directive CleanCache and associated
code to allow for proper cache headers
- added test for caching stuff
- fix Apache::Test stuff in Makefile.PL
--Geoff