From: Karen Etheridge Date: Fri, 2 Aug 2013 19:44:46 +0000 (-0700) Subject: EUMM before 6.57_02 do not like arrayrefs for AUTHOR X-Git-Tag: v0.006015~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=8f887f56183aeb139fc53abcd60fd37efe724090 EUMM before 6.57_02 do not like arrayrefs for AUTHOR --- diff --git a/Makefile.PL b/Makefile.PL index 739219c..ca8bd2d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ sub MY::postamble { WriteMakefile( NAME => 'Devel::Declare', - AUTHOR => ['Matt S Trout - - original author'], + AUTHOR => 'Matt S Trout - - original author', VERSION_FROM => 'lib/Devel/Declare.pm', MIN_PERL_VERSION => '5.008001',