Apache-Filter
view release on metacpan or search on metacpan
Version: 1.024 Sat Sep 24 21:56:42 CDT 2005
- Fixed a bug that probably only I would ever see - when running the
"disttest" action, it was actually using the server configuration
from the top-level distribution directory, not the dist-dir
directory.
- For some reason all the files in the tarball of 1.023 looks like
they're read-only and non-executable, which causes lots of tests to
fail (e.g. those trying to execute CGI-style scripts). I'm
re-releasing what looks like correct permissions. [Spotted by Tom
Kirkpatrick]
Version: 1.023 Mon Jun 6 06:05:44 CDT 2005
- Fixed a testing bug under (certain versions of?) Mac OS X, in which
none of the pages in t/real.t would generate any output. [Peter
Farmer]
Version: 1.022 Fri Jan 31 14:00:48 CST 2003
- Now can be installed using either Module::Build or
ExtUtils::MakeMaker.
- Simplified a few of the TIEHANDLE code chunks that used substr() to
manipulate saved filehandle data.
Version: 1.021 Fri Dec 27 10:13:23 CST 2002
- The test suite now provides a bit more useful information upon
failure and uses Test.pm to generate its output.
- Avoid an "undefined value" warning in READLINE() method [Dave
Rolsky]
- If the initial $r isn't an Apache object (could be Apache::Request
or a subclass of Apache), make an on-the-fly subclass of whatever
it is. [Dave Rolsky]
Version: 1.020 Date: Mon Nov 11 17:11:31 AEST 2002
Fixed the Apache::PerlRunFilter module, which was missing a call to
filter_register(). [Ruslan U. Zakirov, Oleh Khoma]
Minor regex speedup in READLINE() method of filehandle.
Correct doc bug about Filter2 and Filter3.
Add Apache::HTML::ClassParser to list of filter-aware modules.
Version: 1.019 Date: 2001/08/29 13:48:56
Added a FILENO stub, which fixes a compatibility problem with
Apache::Compress.
Moved the Apache::Compress-related tests into their own subtest, so it
can be skipped if the user doesn't have Apache::Compress installed.
'Changes' file isn't auto-generated from CVS anymore.
Version: 1.018 Date: 2001/04/08 07:30:13
Some fixes for the 'perl Makefile.PL' and 'make test' stages. Fixes a
problem for those who want to skip testing with a real httpd, and
properly removes quotation marks from 'LoadModule' directives when
building httpd.conf to use during 'make test'.
No changes were made to the actual Apache::Filter code, just stuff in
the test suite.
Version: 1.017 Date: 2001/04/06 21:34:28
( run in 2.389 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )