diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-06 22:56:39 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-06 23:49:04 +0000 |
commit | ad4795e78e923065898354b946437030aaeca163 (patch) | |
tree | 7ba5c1b856e45166575626fbef0c4a23026600c0 /cpan/IO-Compress/README | |
parent | 00d0325cf674c5cfc5ea2c9eb9917de7a8265763 (diff) | |
download | perl-ad4795e78e923065898354b946437030aaeca163.tar.gz |
Update IO-Compress to CPAN version 2.040
[DELTA]
2.040 28 October 2011
* t/105oneshot-zip-only.t
- CanonicalName test failure on Windows
[RT# 68926]
* IO::Compress::Zip
- ExtAttr now populates MSDOS attributes
2.039 28 October 2011
* IO::Compress::Zip
- Added CanonicalName option.
Note this option is set to true by default.
- Added FilterName option
* IO::Unompress::Base
- Fixed issue where setting $\ would corrupt the uncompressed data.
Thanks to Steffen Goeldner for reporting the issue.
* t/050interop-*.t
- Handle case when external command contains a whitespace
RT #71335
Diffstat (limited to 'cpan/IO-Compress/README')
-rw-r--r-- | cpan/IO-Compress/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/IO-Compress/README b/cpan/IO-Compress/README index 6f51a805b8..6ce4705ffb 100644 --- a/cpan/IO-Compress/README +++ b/cpan/IO-Compress/README @@ -1,9 +1,9 @@ IO-Compress - Version 2.037 + Version 2.040 - 22nd June 2011 + 28th october 2011 Copyright (c) 1995-2011 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -89,7 +89,7 @@ To help me help you, I need all of the following information: If you haven't installed IO-Compress then search IO::Compress::Gzip.pm for a line like this: - $VERSION = "2.037" ; + $VERSION = "2.040" ; 2. If you are having problems building IO-Compress, send me a complete log of what happened. Start by unpacking the IO-Compress |