Update Compress-Raw-Bzip2 to CPAN version 2.058
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 12 Nov 2012 23:46:12 +0000 (23:46 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 12 Nov 2012 23:46:12 +0000 (23:46 +0000)
  [DELTA]

  2.058 12 November 2012

      * 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

index 30e3d90..38c4f05 100755 (executable)
@@ -363,7 +363,7 @@ use File::Glob qw(:case);
 
     'Compress::Raw::Bzip2' => {
         'MAINTAINER'   => 'pmqs',
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.057.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.058.tar.gz',
         'FILES'        => q[cpan/Compress-Raw-Bzip2],
         'EXCLUDED'     => [
             qr{^t/Test/},
index c143de4..3a8882f 100644 (file)
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.058 12 November 2012
+
+      * No Changes
+
   2.057 10 November 2012
 
       * Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT
index e88ca2e..6f3d8c4 100644 (file)
@@ -1,9 +1,9 @@
 
                             Compress-Raw-Bzip2
 
-                         Version 2.057
+                         Version 2.058
 
-                            10th November 2012
+                            12th November 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.057" ;
+          $VERSION = "2.058" ;
 
      c. The version of bzip2 you have used.
         If you have successfully installed Compress-Raw-Bzip2, this one-liner
index 97614ff..7d04fe5 100644 (file)
@@ -12,7 +12,7 @@ use Carp ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.057';
+$VERSION = '2.058';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
index 9d13000..a485cf3 100644 (file)
@@ -19,7 +19,7 @@ BEGIN
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.057';
+    my $VERSION = '2.058';
     my @NAMES = qw(
                        
                        );