projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c1b502
)
DB_File: for the core version, no need to specify
Jarkko Hietaniemi [Sun, 24 Mar 2002 22:11:46 +0000 (22:11 +0000)]
a minimum MM version.
p4raw-id: //depot/perl@15479
ext/DB_File/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/DB_File/Makefile.PL
b/ext/DB_File/Makefile.PL
index
b19215b
..
17562b8
100644
(file)
--- 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 ;