Full email address in Makefile.PL
[perl-indexdata-utils.git] / Makefile.PL
index c7472c5..5a1db51 100644 (file)
@@ -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>') : ()),
 );