summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Zlib/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-09-27 13:03:48 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-09-27 13:03:48 +0100
commit1590a3458ab2c49f1dba9e6ba74cd6da22a1cc72 (patch)
tree64687b6d4a77b601897ea15cd8f61a3555bb0839 /cpan/Compress-Raw-Zlib/lib
parent3ca1f72da58beb39364bbf2a99094f7b7f3de9fd (diff)
downloadperl-1590a3458ab2c49f1dba9e6ba74cd6da22a1cc72.tar.gz
Update Compress-Raw-Zlib to CPAN version 2.066
[DELTA] 2.066 21 Sept 2014 * Another COW violation [#98069] * misleading nesting/indentation (found by Coverity) [#95405]
Diffstat (limited to 'cpan/Compress-Raw-Zlib/lib')
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm2
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 ae711285c0..4a4ad1d174 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.065';
+$VERSION = '2.066';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;