Re: How do I properly use resume() and pick up inc?
brian d foy <[email protected]> Thu, 01 Oct 2009 12:26:51 -0500
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <011020091226512131%[email protected]> |
In article <[email protected]>, David Golden <[email protected]> wrote: > brian, is there any code you can share? Even some simplified examples of > what you want in code would help us give you a solution. Well, the code is just the same as in my orginal question. > 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? Ah, I see the confusion now that I re-read my original post. Module::Build knows what subclass it needs to use since that is stored as data. It just doesn't find it in @INC.