EUMM before 6.57_02 do not like arrayrefs for AUTHOR
Karen Etheridge [Fri, 2 Aug 2013 19:44:46 +0000 (12:44 -0700)]
Makefile.PL

index 739219c..ca8bd2d 100644 (file)
@@ -23,7 +23,7 @@ sub MY::postamble {
 
 WriteMakefile(
     NAME => 'Devel::Declare',
-    AUTHOR => ['Matt S Trout - <mst@shadowcat.co.uk> - original author'],
+    AUTHOR => 'Matt S Trout - <mst@shadowcat.co.uk> - original author',
     VERSION_FROM => 'lib/Devel/Declare.pm',
     MIN_PERL_VERSION => '5.008001',