diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-11 21:34:22 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-11 21:34:22 +0000 |
commit | cd0c0e651cc3237a6995477b6b3495f0d2f0e132 (patch) | |
tree | 3df8a559c9d7adf4732d0fdc8164628cf6120de4 /Porting | |
parent | d5dc78b1571d6ff80935744bb035ba6d27f3822d (diff) | |
download | perl-cd0c0e651cc3237a6995477b6b3495f0d2f0e132.tar.gz |
Update IO-Compress to CPAN version 2.033
[DELTA]
2.033 11 Jan 2011
* Fixed typos & spelling errors.
[perl# 81816]
2.032 4 Jan 2011
* IO::Uncompress::Base
- An input file that had a valid header, and so would allow
creation of the uncompression object, but was then followed by
corrupt data would trigger an infinite loop when using the
input line oprator.
[RT #61915]
* IO::Compress::Gzip
- XFL default settings for max compression & fastest algorithm were
the wrong way around. Thanks to Andrey Zholos for spotting this.
* IO::Compress::Base::Common
- Fixed precedence problem in parameter parsing code.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 915f292476..d910e45dc4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -804,7 +804,7 @@ use File::Glob qw(:case); 'IO-Compress' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/IO-Compress-2.030.tar.gz', + 'DISTRIBUTION' => 'PMQS/IO-Compress-2.033.tar.gz', 'FILES' => q[cpan/IO-Compress], 'EXCLUDED' => [ qr{t/Test/} ], 'UPSTREAM' => 'cpan', |