This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Compress-Raw-Bzip2 to CPAN version 2.043
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 22 Nov 2011 19:27:12 +0000 (19:27 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 22 Nov 2011 19:27:12 +0000 (19:27 +0000)
  [DELTA]

  2.043 20 November 2011

      * No Changes

Porting/Maintainers.pl
cpan/Compress-Raw-Bzip2/Changes
cpan/Compress-Raw-Bzip2/README
cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
cpan/Compress-Raw-Bzip2/t/000prereq.t
pod/perldelta.pod

index 45006f6..b80bb84 100755 (executable)
@@ -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
index 06eb11b..79f5442 100644 (file)
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.043 20 November 2011
+
+      * No Changes
+
   2.042 17 November 2011
 
       * No Changes
index fe09ada..03c8a2d 100644 (file)
@@ -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
index 807ab83..9068a46 100644 (file)
@@ -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;
 
index dc265c9..e9a9925 100644 (file)
@@ -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(
                        
                        );
index 6808442..c8b47b6 100644 (file)
@@ -105,6 +105,10 @@ return the MD5SUM of files in the archive.
 
 L<Compress::Raw::Zlib> has been upgraded from version 2.042 to version 2.043.
 
+=item *
+
+L<Compress::Raw::Bzip2> has been upgraded from version 2.042 to version 2.043.
+
 =back
 
 =head2 Removed Modules and Pragmata