From: Graham Knop Date: Thu, 15 Feb 2018 17:17:53 +0000 (+0100) Subject: fix author handling X-Git-Tag: v0.003000~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDistar.git;a=commitdiff_plain;h=15f10a1805819aaf77f0243bee05c81ad1cdfc8f fix author handling --- diff --git a/lib/Distar.pm b/lib/Distar.pm index e8efb8a..323b181 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -85,7 +85,7 @@ sub write_manifest_skip { return $class->SUPER::new({ LICENSE => 'perl_5', MIN_PERL_VERSION => '5.006', - ($Distar::AUTHOR ? ( + ($Distar::Author ? ( AUTHOR => ($MM_VER >= 6.5702 ? $Distar::Author : join(', ', @$Distar::Author)), ) : ()), (exists $args->{ABSTRACT} ? () : (ABSTRACT_FROM => $args->{VERSION_FROM})),