From 7e7003692ef1ef562fa6ff1177c64ec749cfe5da Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 22 Nov 2011 19:27:12 +0000 Subject: Update Compress-Raw-Bzip2 to CPAN version 2.043 [DELTA] 2.043 20 November 2011 * No Changes --- Porting/Maintainers.pl | 2 +- cpan/Compress-Raw-Bzip2/Changes | 4 ++++ cpan/Compress-Raw-Bzip2/README | 6 +++--- cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 2 +- cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 +- pod/perldelta.pod | 4 ++++ 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 45006f639b..b80bb84533 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -377,7 +377,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.042.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.043.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, qw( bzip2-src/bzip2-cpp.patch diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes index 06eb11bbda..79f5442ab5 100644 --- a/cpan/Compress-Raw-Bzip2/Changes +++ b/cpan/Compress-Raw-Bzip2/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-Bzip2/README b/cpan/Compress-Raw-Bzip2/README index fe09adaebd..03c8a2d4ce 100644 --- a/cpan/Compress-Raw-Bzip2/README +++ b/cpan/Compress-Raw-Bzip2/README @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - 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 @@ -164,7 +164,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.042" ; + $VERSION = "2.043" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff --git a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm index 807ab83bcd..9068a461d2 100644 --- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm @@ -12,7 +12,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.042'; +$VERSION = '2.043'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/cpan/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t index dc265c9229..e9a9925a01 100644 --- a/cpan/Compress-Raw-Bzip2/t/000prereq.t +++ b/cpan/Compress-Raw-Bzip2/t/000prereq.t @@ -19,7 +19,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.042'; + my $VERSION = '2.043'; my @NAMES = qw( ); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6808442ddb..c8b47b6d0b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -105,6 +105,10 @@ return the MD5SUM of files in the archive. L has been upgraded from version 2.042 to version 2.043. +=item * + +L has been upgraded from version 2.042 to version 2.043. + =back =head2 Removed Modules and Pragmata -- cgit v1.2.1