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 /pod | |
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 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 001c932cf3..706d58dbbc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -174,6 +174,10 @@ C<File::Fetch> has been upgraded from version 0.28 to 0.30 =item * +C<IO::Compress> has been upgraded from version 2.030 to 2.033 + +=item * + C<IPC::Cmd> has been upgraded from version 0.66 to 0.68 =item * |