diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-18 16:24:52 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-18 16:24:52 +0000 |
commit | 785e05e1c22f7d7c6ed38839cc28cc6d13a286de (patch) | |
tree | 532b17d30e052a14b4c878d04a265338ee6d222c /cpan/IO-Compress/lib/IO/Compress/Base/Common.pm | |
parent | 8b782679b6ea1247bd559efc311e7366582feaad (diff) | |
download | perl-785e05e1c22f7d7c6ed38839cc28cc6d13a286de.tar.gz |
Update IO-Compress to CPAN version 2.049
[DELTA]
2.049 18 February 2012
* IO::Compress::Zip
Error in t/cz-03zlib-v1.t that caused warnings with 5.15
[RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Base/Common.pm')
-rw-r--r-- | cpan/IO-Compress/lib/IO/Compress/Base/Common.pm | 2 |
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 c6c38181ef..9af938fe19 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.048'; +$VERSION = '2.049'; @EXPORT = qw( isaFilehandle isaFilename isaScalar whatIsInput whatIsOutput |