develooper Front page | perl.perl5.porters | Postings from January 2010

Re: [perl #72362] perlbug AutoReply: CPAN ignoring configure_requires

Thread Next
From:
Joshua ben Jore
Date:
January 25, 2010 16:18
Subject:
Re: [perl #72362] perlbug AutoReply: CPAN ignoring configure_requires
Message ID:
dc5c751d1001251618o2daf339clbc72027c5462b2da@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About