Skip Menu |

This queue is for tickets about the AI-NNEasy CPAN distribution.

Report information
The Basics
Id: 43625
Status: open
Priority: 0/
Queue: AI-NNEasy

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

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: dependency on Class::HPLOO::MakeMaker broken
Hi. When I try to install via CPAN.pm I get problems running Makefile.PL. The problem seems to be the dependency on Class::HPLOO::MakeMaker, which can't be found. I think the problem is that the "use" statement in Makefile.PL is being run before PREREQ_PM is picked up, so CPAN doesn't know to install the dependency?
RT-Send-CC: gmpassos [...] cpan.org
On Wed Feb 25 11:59:53 2009, MSTEVENS wrote: Show quoted text
> Hi. > > When I try to install via CPAN.pm I get problems running Makefile.PL. > The problem seems to be the dependency on Class::HPLOO::MakeMaker, which > can't be found. > > I think the problem is that the "use" statement in Makefile.PL is being > run before PREREQ_PM is picked up, so CPAN doesn't know to install the > dependency?
Not just that. It also depends on Inline::C to build.