diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-18 20:06:18 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-11-18 20:06:18 +0000 |
commit | 54172f843dd1c7e46e2884f3ae1338dd49640448 (patch) | |
tree | 3e1f2b07045e4efd495c76751989d047fcdb1cd2 /cpan | |
parent | a32349f5b8f0b889021135c1a0538678db52261b (diff) | |
download | perl-54172f843dd1c7e46e2884f3ae1338dd49640448.tar.gz |
Update Compress-Raw-Zlib to CPAN version 2.042
[DELTA]
2.042 17 November 2011
* No Changes
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Compress-Raw-Zlib/Changes | 4 | ||||
-rw-r--r-- | cpan/Compress-Raw-Zlib/README | 6 | ||||
-rw-r--r-- | cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/cpan/Compress-Raw-Zlib/Changes b/cpan/Compress-Raw-Zlib/Changes index 843b2a6422..6e86f18693 100644 --- a/cpan/Compress-Raw-Zlib/Changes +++ b/cpan/Compress-Raw-Zlib/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.042 17 November 2011 + + * No Changes + 2.040 28 October 2011 * No Changes diff --git a/cpan/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README index 34f21991d6..1e7c4aef5d 100644 --- a/cpan/Compress-Raw-Zlib/README +++ b/cpan/Compress-Raw-Zlib/README @@ -1,9 +1,9 @@ Compress-Raw-Zlib - Version 2.040 + Version 2.042 - 28th october 2011 + 17th November 2011 Copyright (c) 2005-2011 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -355,7 +355,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm for a line like this: - $VERSION = "2.040" ; + $VERSION = "2.042" ; c. The version of zlib you have used. If you have successfully installed Compress-Raw-Zlib, this one-liner diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm index 5477bce38e..853e2ed691 100644 --- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm +++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm @@ -13,7 +13,7 @@ use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.040'; +$VERSION = '2.042'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |