diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-03 20:35:24 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-03 20:35:24 +0000 |
commit | a69492f5afa4bfb964605fd3f43c40392775c759 (patch) | |
tree | f18bb25bec5983042bc08ab96434c68b445c91e1 /cpan/Compress-Raw-Zlib/lib | |
parent | 95f34b6fc646073944e61496c615de11b8bca7da (diff) | |
download | perl-a69492f5afa4bfb964605fd3f43c40392775c759.tar.gz |
Update Compress-Raw-Zlib to CPAN version 2.065
[DELTA]
2.065 3 February 2014
* [PATCH] resolve c++ build failure in core
[#92657]
* gcc -g3: final link failed: Memory exhausted
[#88936]
Diffstat (limited to 'cpan/Compress-Raw-Zlib/lib')
-rw-r--r-- | cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm index 11d12bc7c7..ae711285c0 100644 --- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm +++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm @@ -10,7 +10,7 @@ use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS); -$VERSION = '2.064'; +$VERSION = '2.065'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |