join multiple authors rather than picking one
Graham Knop [Sun, 8 Feb 2015 16:50:15 +0000 (11:50 -0500)]
lib/Distar.pm

index 594c18f..879023e 100644 (file)
@@ -130,7 +130,7 @@ sub run_preflight {
     return $class->SUPER::new({
       LICENSE => 'perl_5',
       MIN_PERL_VERSION => '5.006',
-      AUTHOR => ($MM_VER >= 6.5702 ? $Distar::Author : $Distar::Author->[0]),
+      AUTHOR => ($MM_VER >= 6.5702 ? $Distar::Author : join(', ', @$Distar::Author)),
       %$args,
       ABSTRACT_FROM => $args->{VERSION_FROM},
       test => { TESTS => ($args->{test}{TESTS}||'t/*.t').' xt/*.t xt/*/*.t' },