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.066
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 27 Sep 2014 12:01:06 +0000 (13:01 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 27 Sep 2014 12:01:06 +0000 (13:01 +0100)
  [DELTA]

2.066 21 Sept 2014

      * No Changes

Porting/Maintainers.pl
cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
cpan/Compress-Raw-Bzip2/t/000prereq.t

index 62fd1d6..0fc0a9f 100755 (executable)
@@ -204,7 +204,7 @@ use File::Glob qw(:case);
     },
 
     'Compress::Raw::Bzip2' => {
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.064.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.066.tar.gz',
         'FILES'        => q[cpan/Compress-Raw-Bzip2],
         'EXCLUDED'     => [
             qr{^t/Test/},
index 037ba43..2d48ded 100644 (file)
@@ -11,7 +11,7 @@ use Carp ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.064';
+$VERSION = '2.066';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
index df43d67..8c3055c 100644 (file)
@@ -19,7 +19,7 @@ BEGIN
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.064';
+    my $VERSION = '2.066';
     my @NAMES = qw(
                        
                        );