diff options
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 ; |