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