]> git.pld-linux.org Git - packages/perl-DB_File.git/blob - perl-DB_File-rpm-automation.patch
dd86f408f4e4983f98f7cdf2d723c79c5eb53cb8
[packages/perl-DB_File.git] / perl-DB_File-rpm-automation.patch
1 diff -urN DB_File-1.79.orig/DB_File.pm DB_File-1.79/DB_File.pm
2 --- DB_File-1.79.orig/DB_File.pm        Fri Oct 26 00:32:03 2001
3 +++ DB_File-1.79/DB_File.pm     Mon Mar  4 07:43:55 2002
4 @@ -11,8 +11,6 @@
5  
6  package DB_File::HASHINFO ;
7  
8 -require 5.00404;
9 -
10  use warnings;
11  use strict;
12  use Carp;
13 diff -urN DB_File-1.79.orig/Makefile.PL DB_File-1.79/Makefile.PL
14 --- DB_File-1.79.orig/Makefile.PL       Fri Oct 26 00:31:56 2001
15 +++ DB_File-1.79/Makefile.PL    Mon Mar  4 07:43:42 2002
16 @@ -4,9 +4,6 @@
17  use ExtUtils::MakeMaker 5.16 ;
18  use Config ;
19  
20 -die "DB_File needs Perl 5.004_05 or better. This is $]\n" 
21 -    if $] <= 5.00404; 
22 -
23  my $VER_INFO ;
24  my $LIB_DIR ;
25  my $INC_DIR ;
This page took 0.063782 seconds and 2 git commands to generate.