Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

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



Subject: Current production MB causing problems for CPAN.pm 1.84
In the new CPAN.pm 1.84, Bundle::CPAN now has a dependency on both of YAML and Module::Build. This results in a new version of YAML being installed, followed by Module::Build complaining about YAML being too new (and in my case dying). You might want to consider getting a new production version out there so that Bundle::CPAN can be installed again.
Hi Adam, I'm not sure why it would die when the version of YAML is too new - if you still have the error message around, could you send it? Is the problem that the YAML interface changed yet again, perhaps? -Ken
Subject: Re: [rt.cpan.org #17707] Current production MB causing problems for CPAN.pm 1.84
Date: Fri, 03 Mar 2006 14:08:59 +1100
To: bug-Module-Build [...] rt.cpan.org
From: Adam Kennedy <adam [...] phase-n.com>
The problem is that the Bundle installs the newest versions. The newest production MB is 0.2611 and the newest YAML is too new for MB. I think this is a known and since fixed problem, but the fix hasn't reached CPAN yet. If you can release a version which handles the currently known YAML API changes, the problems for Bundle::CPAN will go away. Adam K Ken_Williams via RT wrote: Show quoted text
> Hi Adam, > > I'm not sure why it would die when the version of YAML is too new - if you still have the error > message around, could you send it? Is the problem that the YAML interface changed yet again, > perhaps? > > -Ken
Okay, lemme install the latest YAML on my machine here and see what the problem is. I'm not sure I know the proper fix yet. -Ken
Fixed and uploaded last night. -Ken