Subject: | config fail on 5.8.{1..6} |
Date: | Tue, 13 Sep 2011 08:24:33 +0100 |
To: | bug-multidimensional [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
multidimensional-0.008 is failing to configure for me on perl 5.8.{1..6}:
{{{
Checking if your kit is complete...
Looks good
Writing Makefile for multidimensional
, or } expected while parsing object/hash, at character offset 374 (before ""author":["Dagfinn I...") at /home/zefram/usr/perl/perl_install/perl-5.8.6-i32-f52/lib/site_perl/5.8.6/CPAN/Meta/Converter.pm line 23
Warning: No success on command[/home/zefram/usr/perl/perl_install/perl-5.8.6-i32-f52/bin/perl5.8.6 Makefile.PL INSTALLDIRS=site]
ILMARI/multidimensional-0.008.tar.gz
/home/zefram/usr/perl/perl_install/perl-5.8.6-i32-f52/bin/perl5.8.6 Makefile.PL INSTALLDIRS=site -- NOT OK
}}}
Looks like it's parsing JSON, with content similar to META.json, but
it's not exactly META.json. CPAN::Meta::Converter is identical between
5.8.6 and 5.8.7 (where installation succeeds).
multidimensional-0.007 worked fine. Testing it now, it still configures
fine, when invoked in the way that makes 0.008 fail. Looks like the
significant difference between the two versions is what you've done with
the META files.
-zefram