fix author handling
Graham Knop [Thu, 15 Feb 2018 17:17:53 +0000 (18:17 +0100)]
lib/Distar.pm

index e8efb8a..323b181 100644 (file)
@@ -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})),