]> git.pld-linux.org Git - packages/perl-DB_File.git/blob - perl-DB_File-rpm-automation.patch
Up to 1.840
[packages/perl-DB_File.git] / perl-DB_File-rpm-automation.patch
1 --- a/DB_File.pm~       2016-12-29 15:21:35.000000000 +0100
2 +++ a/DB_File.pm        2017-05-19 15:01:36.108010888 +0200
3 @@ -9,8 +9,6 @@
4  
5  package DB_File::HASHINFO ;
6  
7 -require 5.008003;
8 -
9  use warnings;
10  use strict;
11  use Carp;
12 --- a/Makefile.PL~      2016-12-29 12:40:29.000000000 +0100
13 +++ a/Makefile.PL       2017-05-19 15:01:44.825108380 +0200
14 @@ -4,9 +4,6 @@
15  use ExtUtils::MakeMaker 5.16 ;
16  use Config ;
17  
18 -die "DB_File needs Perl 5.8.3 or better. This is $]\n" 
19 -    if $] < 5.008003; 
20 -
21  my $VER_INFO ;
22  my $LIB_DIR ;
23  my $INC_DIR ;
This page took 0.126389 seconds and 3 git commands to generate.