summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-02-18 16:18:48 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-02-18 16:18:48 +0000
commitdb98b5a25ac5537be04f17243c5e929aceb3560b (patch)
tree061f220efabc9ddf5ee629dcf22a54cc28a5d8c5
parent843331c7a2de9d8776e8059edac964d60cdfeac9 (diff)
downloadperl-db98b5a25ac5537be04f17243c5e929aceb3560b.tar.gz
Update Compress-Raw-Bzip2 to CPAN version 2.049
[DELTA] 2.049 18 February 2012 * No Changes
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Compress-Raw-Bzip2/Changes4
-rw-r--r--cpan/Compress-Raw-Bzip2/README8
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm2
-rw-r--r--cpan/Compress-Raw-Bzip2/t/000prereq.t2
-rw-r--r--pod/perldelta.pod2
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<die> [perl #106538].
=item *
-L<Compress::Raw::Bzip2> has been upgraded from version 2.045 to version 2.048.
+L<Compress::Raw::Bzip2> has been upgraded from version 2.045 to version 2.049.
=item *