From aa8e0e0cef5c6293fd2e17e3609babf1b41041ed Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 8 Dec 2014 12:24:49 +0000 Subject: [PATCH] Full email address in Makefile.PL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index c7472c5..5a1db51 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ') : ()), ); -- 1.7.10.4