On 8/2/06, John Peacock <[EMAIL PROTECTED]> wrote:
The remaining problem is that Module::Build itself won't use those modules when they are installed after M::B was installed. Arguably, those two modules should include logic to update M::B::Config or there should be an easier way to fix that up after the fact.
Why is there a config? Why isn't this just a lookup at runtime to see if the support can be loaded? I recall losing several hours while I tried ever harder to get M::B to notice that I had YAML installed. It never crossed my mind at the time that it had hardwired itself to ignore what I had available in my site_lib. Once I found the right .pm file under my site_lib I had root edit the thing and that fixed my problem. Same issue with ExtUtils::C_Builder of course. Josh