From: Jarkko Hietaniemi Date: Sun, 24 Mar 2002 22:11:46 +0000 (+0000) Subject: DB_File: for the core version, no need to specify X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b59936daf47114e28ac660aa9b85535badbc25f9;p=p5sagit%2Fp5-mst-13.2.git DB_File: for the core version, no need to specify a minimum MM version. p4raw-id: //depot/perl@15479 --- diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL index b19215b..17562b8 100644 --- a/ext/DB_File/Makefile.PL +++ b/ext/DB_File/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings; -use ExtUtils::MakeMaker 5.16 ; +use ExtUtils::MakeMaker ; use ExtUtils::Constant qw(WriteConstants); use Config ;