summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-05-18 20:23:39 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-06-09 12:17:09 +0100
commitc23ee15d0c5621f673a78a873392c506a2b470f8 (patch)
tree195ef8040c019d78ea7633423a753075342868fc /cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
parent882c7064de216e4687c6d4721e523ecd1f05c78a (diff)
downloadperl-c23ee15d0c5621f673a78a873392c506a2b470f8.tar.gz
Updated IO-Compress to CPAN version 2.035
[DELTA] 2.035 6 May 2011 * RT #67931: Test failure on Windows 2.034 2 May 2011 * Compress::Zlib - Silence pod warnings. [RT# 64876] - Removed duplicate words in pod. * IO::Compress::Base - RT #56942: Testsuite fails when being run in parallel - Reduce symbol import - patch from J. Nick Koston - If the output buffer parameter passed to read has a value of undef, and Append mode was specified when the file was opened, and eof is reached, then the buffer paramer was left as undef. This is different from when Append isn't specified - the buffer parameter is set to an empty string. - There area couple of issues with reading a file that contains an empty file that is compressed. Create with -- touch /tmp/empty; gzip /tmp/empty. Issue 1 - eof is not true immediately. Have to read from the file to trigger eof. Issue 2 - readline incorrectly returns an empty string the first time it is called, and (correctly) undef thereafter. [RT #67554]
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Base/Common.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Base/Common.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm b/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
index 1b38c59846..61db06da8f 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
@@ -11,7 +11,7 @@ use File::GlobMapper;
require Exporter;
our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $HAS_ENCODE);
@ISA = qw(Exporter);
-$VERSION = '2.033';
+$VERSION = '2.035';
@EXPORT = qw( isaFilehandle isaFilename whatIsInput whatIsOutput
isaFileGlobString cleanFileGlobString oneTarget