The URL
http://www.modperlcookbook.org/~geoff/modules/Apache-Clean-0.05.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GE/GEOFF/Apache-Clean-0.05.tar.gz
size: 5419 bytes
md5: f5b5bf3b6c0ba9839e8d72348388f9ca
This release _should_ solve problems that arise when you want mix both
HTML and other MIME types (such as plain) in a common directory served
by Apache::Clean as part of an Apache::Filter pipeline. The issue is
basically that no filter in the chain can ever return DECLINED, since
doing so mucks with Apache::Filter magic. So we do some gymnastics to
make everything work out ok (which may serve as an interesting
example for others that want to do the same thing).
--Geoff