From 87b9431ee7f3f7e5a372f323f60ffaeb793b0285 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 22 Nov 2011 19:23:51 +0000 Subject: [PATCH] Update Compress-Raw-Zlib to CPAN version 2.043 [DELTA] 2.043 20 November 2011 * No Changes --- Porting/Maintainers.pl | 2 +- cpan/Compress-Raw-Zlib/Changes | 4 ++++ cpan/Compress-Raw-Zlib/README | 6 +++--- cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm | 2 +- pod/perldelta.pod | 4 ++++ 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 27c2a59..45006f6 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -389,7 +389,7 @@ use File::Glob qw(:case); 'Compress::Raw::Zlib' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.042.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.043.tar.gz', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ qr{^t/Test/}, diff --git a/cpan/Compress-Raw-Zlib/Changes b/cpan/Compress-Raw-Zlib/Changes index 6e86f18..faae29d 100644 --- a/cpan/Compress-Raw-Zlib/Changes +++ b/cpan/Compress-Raw-Zlib/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.043 20 November 2011 + + * No Changes + 2.042 17 November 2011 * No Changes diff --git a/cpan/Compress-Raw-Zlib/README b/cpan/Compress-Raw-Zlib/README index 1e7c4ae..173a357 100644 --- a/cpan/Compress-Raw-Zlib/README +++ b/cpan/Compress-Raw-Zlib/README @@ -1,9 +1,9 @@ Compress-Raw-Zlib - Version 2.042 + Version 2.043 - 17th November 2011 + 20th 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.042" ; + $VERSION = "2.043" ; 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 853e2ed..40db8b6 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.042'; +$VERSION = '2.043'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7e484bf..6808442 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -101,6 +101,10 @@ L has been upgraded from version 1.80 to version 1.82. Adjustments to handle files >8gb (>0777777777777 octal) and a feature to return the MD5SUM of files in the archive. +=item * + +L has been upgraded from version 2.042 to version 2.043. + =back =head2 Removed Modules and Pragmata -- 2.7.4