In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a56f0d0868ac98883133e4cde91091a3050db4ef?hp=2d5b99ed9300325a390bd28bc3b358b17508216c>

- Log -----------------------------------------------------------------
commit a56f0d0868ac98883133e4cde91091a3050db4ef
Author: Chris 'BinGOs' Williams <[email protected]>
Date:   Wed Dec 10 23:09:29 2014 +0000

    Update DB_File to CPAN version 1.834
    
      [DELTA]
    
    1.834 11 Dec 2014
    
       * Makefile.PL: version check is missing a zero
         RT #100844
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl   | 2 +-
 cpan/DB_File/DB_File.pm  | 4 ++--
 cpan/DB_File/DB_File.xs  | 2 +-
 cpan/DB_File/Makefile.PL | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 3865a51..924c5ea 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -328,7 +328,7 @@ use File::Glob qw(:case);
     },
 
     'DB_File' => {
-        'DISTRIBUTION' => 'PMQS/DB_File-1.833.tar.gz',
+        'DISTRIBUTION' => 'PMQS/DB_File-1.834.tar.gz',
         'FILES'        => q[cpan/DB_File],
         'EXCLUDED'     => [
             qr{^patches/},
diff --git a/cpan/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index 8ab6a6a..900e6da 100644
--- a/cpan/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
@@ -9,7 +9,7 @@
 
 package DB_File::HASHINFO ;
 
-require 5.00803;
+require 5.008003;
 
 use warnings;
 use strict;
@@ -163,7 +163,7 @@ our ($db_version, $use_XSLoader, 
$splice_end_array_no_length, $splice_end_array,
 use Carp;
 
 
-$VERSION = "1.833" ;
+$VERSION = "1.834" ;
 $VERSION = eval $VERSION; # needed for dev releases
 
 {
diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs
index d060dcb..0b20a1c 100644
--- a/cpan/DB_File/DB_File.xs
+++ b/cpan/DB_File/DB_File.xs
@@ -6,7 +6,7 @@
 
  All comments/suggestions/problems are welcome
 
-     Copyright (c) 1995-2013 Paul Marquess. All rights reserved.
+     Copyright (c) 1995-2014 Paul Marquess. All rights reserved.
      This program is free software; you can redistribute it and/or
      modify it under the same terms as Perl itself.
 
diff --git a/cpan/DB_File/Makefile.PL b/cpan/DB_File/Makefile.PL
index 70857be..372b9f0 100644
--- a/cpan/DB_File/Makefile.PL
+++ b/cpan/DB_File/Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker 5.16 ;
 use Config ;
 
 die "DB_File needs Perl 5.008_03 or better. This is $]\n" 
-    if $] < 5.00803; 
+    if $] < 5.008003; 
 
 my $VER_INFO ;
 my $LIB_DIR ;

--
Perl5 Master Repository

Reply via email to