X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=1544dedb21b7aa6aa8651209c689472df288bf13;hb=3ea7a8ee863cc5040e06a911b97a66e44c4f6f4a;hp=c7472c57faf48166c529f8a7fa50a1ad26744ad8;hpb=074207218063d6decb299f018e4071326727d74a;p=perl-indexdata-utils.git diff --git a/Makefile.PL b/Makefile.PL index c7472c5..1544ded 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.018002; +use 5.010001; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. @@ -8,5 +8,5 @@ WriteMakefile( PREREQ_PM => {}, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/IndexData/Utils.pm', # retrieve abstract from module - AUTHOR => 'Mike Taylor ') : ()), + AUTHOR => 'Mike Taylor ') : ()), );