Subject: | perl Makefile.PL fails on AIX 5.3 - Perl 5.8.2 |
Hello,
I get the following error when I try to install this module:
Module-Signature-0.68> perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Module::Signature
, or } expected while parsing object/hash, at character offset 387
(before ""license":"unknown",...") at
/usr/opt/perl5/lib/5.8.2/CPAN/Meta/Converter.pm line 23
at /usr/opt/perl5/lib/5.8.2/ExtUtils/MM_Any.pm line 1278
/Module-Signature-0.68>
If I ignore this problem, almost all tests fail when I do a "make test"
I'd appreciate any hints on how to solve this install issue. I've
already made sure that all required modules were at their latest release.
Curtis