Re: How do I properly use resume() and pick up inc?
brian d foy <[email protected]> Mon, 28 Sep 2009 13:24:12 -0500
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 28, 2009 at 1:18 PM, Eric Wilhelm <[email protected]> wrote: > I'm not sure if resume() is really intended for that or has ever really > been tested in such a scenario. The @INC from Build.PL is stored > in ./Build and typically picked-up from there. What is resume() for, then? Can't @INC also be stored in _build/config? > Is there a reason that you don't want to shell out to "./Build test"? I'm not running the test target. I'm doing something much more complicated where I have to interact with the module::build subclass object and finally run an action. -- brian d foy <[email protected]> http://www.pair.com/~comdog/