summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Zlib/lib
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-02-18 16:22:43 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-02-18 16:22:43 +0000
commit8b782679b6ea1247bd559efc311e7366582feaad (patch)
treef53e92becc5be4bbc1c8cee37687e7f4e3b5beeb /cpan/Compress-Raw-Zlib/lib
parentdb98b5a25ac5537be04f17243c5e929aceb3560b (diff)
downloadperl-8b782679b6ea1247bd559efc311e7366582feaad.tar.gz
Update Compress-Raw_Zlib to CPAN version 2.049
[DELTA] 2.049 30 January 2012 * Include zlib 1.2.6 source.
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 3a4bcfffda..eed7c70742 100644
--- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
+++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
@@ -11,7 +11,7 @@ use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS );
-$VERSION = '2.048';
+$VERSION = '2.049';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;