diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 22:11:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-24 22:11:46 +0000 |
commit | b59936daf47114e28ac660aa9b85535badbc25f9 (patch) | |
tree | b04e48c854d8194737c5feb66f3d98dab08d23c8 /ext/DB_File | |
parent | 7c1b502b4c535da3880ace9c4878c1d14e7b98fd (diff) | |
download | perl-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.PL | 2 |
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 ; |