[PATCH 08/14] yes, that wasn't an array of authors
"Sven Dowideit" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Sven Dowideit <[email protected]> --- 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 ([email protected])', - 'AUTHOR' => 'Sven Dowideit ([email protected])', + 'AUTHOR' => [ + 'Jeff Zucker ([email protected])', + 'Sven Dowideit ([email protected])', + ] ) : () ), -- 1.7.10.4