On Mon, Jan 25, 2010 at 12:29 PM, <perlbug-followup@perl.org> wrote:
The below code throws the exception "Not an ARRAY reference at
/opt/perl-5.11.4/lib/5.11.4/CPAN/Distribution.pm line 587." This
appears to be a straightforward mistake in using the Parse::CPAN::Meta
API. The right thing to do would
lib/5.11.4/CPAN/Distribution.pm:585
eval {
require Parse::CPAN::Meta;
$early_yaml = Parse::CPAN::Meta::LoadFile($yaml)->[0];
};
I'm deferring to David Golden about whether he wants to fix this
directly in blead or do it upstream in CPAN.
Thread Next