On 10/26/07, Andreas J. Koenig <[EMAIL PROTECTED]> wrote: > If PL fails we never proceed any further, right? I think we should not > change that, it would just increase the number of possible paths > through the installation procedure. And variants need maintainance and > all that. > > Or am I missing something?
For Class-Inflate, prereqs weren't found by CPAN::Reporter calling prereq_pm on the distribution object and I'm not sure why. I'm suggesting that if a META.yml exists, then prereq_pm() should be able to get prerequisites regardless of whether *.PL has run (unless the dynamic flag is set in META.yml). I'm not sure that's the current logic. It's possible that the because Class-Inflate is using Makefile.Pl with Module::Build::Compat, this is somehow confusing prereq_pm(). David
