Subject: | WARNING: AUTHOR takes a string/number not a ARRAY reference. |
Got error on perl 5.12.4:
WARNING: AUTHOR takes a string/number not a ARRAY reference.
Please inform the author.
Checking if your kit is complete...
Looks good
only nested arrays of non-refs are supported at /home/tvv/.staticperl/
perl/lib/ExtUtils/MakeMaker.pm line 664
$ diff -up ../Pod-Parser-1.51-cesrK3/Makefile.PL Makefile.PL
--- ../Pod-Parser-1.51-cesrK3/Makefile.PL 2012-01-25
10:15:52.000000000 +0400
+++ Makefile.PL 2012-01-27 18:18:40.000000000 +0400
@@ -83,7 +83,7 @@ WriteMakefile(
PREREQ_PM => \%prereq,
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'Modules for parsing/translating POD format
documents',
- AUTHOR => [ 'Brad Appleton <bradapp@enteract.com>',
- 'Marek Rouchal <marekr@cpan.org>' ] ) : ()),
+ AUTHOR => 'Brad Appleton <bradapp@enteract.com>,
+ Marek Rouchal <marekr@cpan.org>' ) : ''),
);