CGI-Compress-Gzip
view release on metacpan or search on metacpan
Revision history for Perl module CGI::Compress::Gzip
1.03 17 Oct 2008
[FIXES]
- A speculative \n fix for Win32
1.02 16 Oct 2008
[FIXES]
- Make the test code more robust against reordered headers
1.01 07 Oct 2008
[FIXES]
- CGI.pm is downcasing headers on some smoke machines. I don't know why.
srezic via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2390972.html
[PREREQUISITES]
- Upped Compress::Zlib to v2. Paul Marquess has pointed out
that I can use improvement in Compress::Zlib to get streaming
under mod_perl
1.00 06 Oct 2008
[FIXES]
- OK, the last one didn't really fix it. This time I think I nailed it with the help of:
srezic via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2382496.html
(and many others)
[PREREQUISITES]
- Added Compress::Zlib. At least one user was bitten by
IO::Zlib's support for shelling out to command-line gzip.
0.23 05 Oct 2008
[FIXES]
- FINALLY fixed a long standing, spurious test failure due to
envvars not passed to subprocesses. For example:
http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2380213.html
[INTERNALS]
- Comply with Perl::Critic v1.093
- Clean up test code
0.22 07 Nov 2006
[FIXES]
- Set binmode in tests
[INTERNALS]
- Comply with Perl::Critic v0.21
0.21 04 Oct 2005
[ENHANCEMENTS]
- Support 5.6.0's CGI.pm
- More regression tests
[FIXES]
- Unfreed scalar on 5.8.6 threaded on Linux
- Explicitly state 5.6.0 minimum
- Allow empty body
- Some header handling bug fixes
[INTERNALS]
- Break helper package out to its own file
0.20 22 Apr 2005
[INCOMPATIBILITIES]
- Relicensed to Artistic/GPL
0.19 21 Dec 2004
[FIXES]
- Add workaround for unbuffered CGI output
0.18 30 Nov 2004
[ENHANCEMENTS]
- Support more of the standard CGI->header() arguments
0.17 08 Jan 2004
[ENHANCEMENTS]
- Support -type CGI header flag
[DOCUMENTATION]
- Add caveat about explicit use of filehandles
0.16 02 Jan 2004
[DOCUMENTATION]
- Clean up documentation
- Fix some URL errors
( run in 1.418 second using v1.01-cache-2.11-cpan-98e64b0badf )