Try winding compat down from 9 to 8
[perl-indexdata-utils.git] / Makefile.PL
index c7472c5..db58727 100644 (file)
@@ -1,4 +1,4 @@
-use 5.018002;
+use 5.008008;
 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 <mike@>') : ()),
+       AUTHOR         => 'Mike Taylor <mike@indexdata.com>') : ()),
 );