summaryrefslogtreecommitdiff
path: root/ext/DB_File
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-24 22:11:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-24 22:11:46 +0000
commitb59936daf47114e28ac660aa9b85535badbc25f9 (patch)
treeb04e48c854d8194737c5feb66f3d98dab08d23c8 /ext/DB_File
parent7c1b502b4c535da3880ace9c4878c1d14e7b98fd (diff)
downloadperl-b59936daf47114e28ac660aa9b85535badbc25f9.tar.gz
DB_File: for the core version, no need to specify
a minimum MM version. p4raw-id: //depot/perl@15479
Diffstat (limited to 'ext/DB_File')
-rw-r--r--ext/DB_File/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL
index b19215bc68..17562b8763 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 ;