]> git.pld-linux.org Git - packages/perl-DB_File.git/commitdiff
- workaround agains wrong cooperation between perl "require version" and rpm perl-DB_File-1_79-2
authordepesz <depesz@depesz.pl>
Mon, 4 Mar 2002 06:47:38 +0000 (06:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DB_File-rpm-automation.patch -> 1.1

perl-DB_File-rpm-automation.patch [new file with mode: 0644]

diff --git a/perl-DB_File-rpm-automation.patch b/perl-DB_File-rpm-automation.patch
new file mode 100644 (file)
index 0000000..dd86f40
--- /dev/null
@@ -0,0 +1,25 @@
+diff -urN DB_File-1.79.orig/DB_File.pm DB_File-1.79/DB_File.pm
+--- DB_File-1.79.orig/DB_File.pm       Fri Oct 26 00:32:03 2001
++++ DB_File-1.79/DB_File.pm    Mon Mar  4 07:43:55 2002
+@@ -11,8 +11,6 @@
+ package DB_File::HASHINFO ;
+-require 5.00404;
+-
+ use warnings;
+ use strict;
+ use Carp;
+diff -urN DB_File-1.79.orig/Makefile.PL DB_File-1.79/Makefile.PL
+--- DB_File-1.79.orig/Makefile.PL      Fri Oct 26 00:31:56 2001
++++ DB_File-1.79/Makefile.PL   Mon Mar  4 07:43:42 2002
+@@ -4,9 +4,6 @@
+ use ExtUtils::MakeMaker 5.16 ;
+ use Config ;
+-die "DB_File needs Perl 5.004_05 or better. This is $]\n" 
+-    if $] <= 5.00404; 
+-
+ my $VER_INFO ;
+ my $LIB_DIR ;
+ my $INC_DIR ;
This page took 0.091923 seconds and 4 git commands to generate.