From db98b5a25ac5537be04f17243c5e929aceb3560b Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sat, 18 Feb 2012 16:18:48 +0000 Subject: Update Compress-Raw-Bzip2 to CPAN version 2.049 [DELTA] 2.049 18 February 2012 * No Changes --- Porting/Maintainers.pl | 2 +- cpan/Compress-Raw-Bzip2/Changes | 4 ++++ cpan/Compress-Raw-Bzip2/README | 8 ++++---- cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 2 +- cpan/Compress-Raw-Bzip2/t/000prereq.t | 2 +- pod/perldelta.pod | 2 +- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 77b3e0a8a8..e02e72b06a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -364,7 +364,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.048.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.049.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes index ea277c60dd..6a3143d198 100644 --- a/cpan/Compress-Raw-Bzip2/Changes +++ b/cpan/Compress-Raw-Bzip2/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.049 18 February 2012 + + * No Changes + 2.048 29 January 2012 * No Changes diff --git a/cpan/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README index f622e644ef..7f11e1c142 100644 --- a/cpan/Compress-Raw-Bzip2/README +++ b/cpan/Compress-Raw-Bzip2/README @@ -1,9 +1,9 @@ - Compress-Raw-Bzip2 + Compress-Raw-Bzip2 - Version 2.048 + Version 2.049 - 29th January 2012 + 18th February 2012 Copyright (c) 2005-2012 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.048" ; + $VERSION = "2.049" ; 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 43a5fbcc5b..39e03fcd6f 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.048'; +$VERSION = '2.049'; $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 a378fe305f..b4c4d0fd59 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.048'; + my $VERSION = '2.049'; my @NAMES = qw( ); diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8d545d031e..5819b809f8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -313,7 +313,7 @@ C [perl #106538]. =item * -L has been upgraded from version 2.045 to version 2.048. +L has been upgraded from version 2.045 to version 2.049. =item * -- cgit v1.2.1