From: Sven Dowideit <svendowid...@fosiki.com> --- Makefile.PL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL index e08638d..b7962f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,8 +20,10 @@ ExtUtils::MakeMaker::WriteMakefile( ( $ExtUtils::MakeMaker::VERSION >= 5.43 ? ( - 'AUTHOR' => 'Jeff Zucker (j...@vpservices.com)', - 'AUTHOR' => 'Sven Dowideit (svendowid...@fosiki.com)', + 'AUTHOR' => [ + 'Jeff Zucker (j...@vpservices.com)', + 'Sven Dowideit (svendowid...@fosiki.com)', + ] ) : () ), -- 1.7.10.4