In article <[email protected]>, Eric Wilhelm <[email protected]> wrote:
> But wait, you said you called Module::Build->resume() and got back the > expected object class but without the necessary @INC. How did that > happen? Maybe I was wrong on that point. I didn't get back the expected class in the problem case. I get back the expected class when it's installed normally, not in inc. > >Well, I'd just store the extra libs in Build i _build/config and leave > >it at that without changing any other MB code. If I resume(), I can > >query the config and decide on my own how to handle it. Ideally, I'd > >like to know everything about the setup as I can from config. > > That's doable, but you need that info before you resume() to deal with > the require() above, right? There are already methods to deal with the config before I resume().
