On Tuesday 11 June 2002 6:08 pm, Alex Muntada wrote:
> Quoting Matt Sergeant:
> > ENOUGH IS ENOUGH!
> >
> > $ grep PREREQ ../AxKit-XSP-PerForm/Makefile.PL
> > 'PREREQ_PM' => { 'AxKit' => 1.4, 'AxKit::XSP::WebUtils' => 1.3 },
>
> Matt,
> I've just patched my CPANPLUS installation with last Autrijus'
> Report.pm patch and now cpansmoke reports success on AxKit-1.60.
Good. Please make sure you re-run the cpan-testers stuff, otherwise I get a
FAIL on search.cpan.org, which is what I'm trying to avoid.
> As of PREREQ_PM, I think that ExtUtils::AutoInstall is
> recommended as an enhanced replacement to ExtUtils::MakeMaker.
> It makes possible to group module prerequisites into features
> and define "core features" and "default choices" that make
> automated testing easier.
Using ExtUtils::AutoInstall is a real pain for smaller modules. I'm using it
in the CVS HEAD of AxKit, but I'm not about to use it in anything smaller due
to it not being a core module. CPANPLUS is obviously broken somewhere, as the
right PREREQ_PM is *obviously* there.
Matt.