summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-11 21:34:22 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-01-11 21:34:22 +0000
commitcd0c0e651cc3237a6995477b6b3495f0d2f0e132 (patch)
tree3df8a559c9d7adf4732d0fdc8164628cf6120de4 /Porting
parentd5dc78b1571d6ff80935744bb035ba6d27f3822d (diff)
downloadperl-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-xPorting/Maintainers.pl2
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',