Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 93543
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: rob [...] hoelz.ro
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.4205
Fixed in: (no value)



Subject: Module::Build fails to install on perl 5.12.x and earlier
Here's my build log from cpanminus: https://gist.github.com/hoelzro/9367136 The problem seems to be that $meta->{meta-spec}{url} varies depending on if a new meta object is created or if it's loaded from META.*. Dave Golden is cutting a new release to get the test to pass again, but this should probably be fixed at the source. The version of CPAN::Meta I have installed is 2.140630 .
On 2014-03-05 06:07:37, hoelzro wrote: Show quoted text
> Here's my build log from cpanminus: > > https://gist.github.com/hoelzro/9367136 > > The problem seems to be that $meta->{meta-spec}{url} varies depending > on if a new meta object is created or if it's loaded from META.*. > Dave Golden is cutting a new release to get the test to pass again, > but this should probably be fixed at the source. The version of > CPAN::Meta I have installed is 2.140630 .
My bad - via https://github.com/Perl-Toolchain-Gang/CPAN-Meta/pull/47 -- CPAN::Meta has now been fixed and this ticket can be closed.