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?