Re: How do I properly use resume() and pick up inc?

2009-10-01 Thread brian d foy
In article <200909300854.28080.enoba...@gmail.com>, Eric Wilhelm 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

Re: How do I properly use resume() and pick up inc?

2009-10-01 Thread David Golden
On Tue, Sep 22, 2009 at 4:44 PM, brian d foy wrote: > * In Module::Build::Base::resume(), it adds $config_dir/lib to @INC. > Module::Build::Base::_construct() doesn't look like it does anything > with @INC either, but then it doesn't look like the original @INC is > stored in the config anyway. I

Re: How do I properly use resume() and pick up inc?

2009-10-01 Thread brian d foy
In article <5d4beb40909301455r6b9094d2t9e60597bdad67...@mail.gmail.com>, David Golden 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 wa

Re: How do I properly use resume() and pick up inc?

2009-10-01 Thread David Golden
On Thu, Oct 1, 2009 at 1:26 PM, brian d foy wrote: > In article > <5d4beb40909301455r6b9094d2t9e60597bdad67...@mail.gmail.com>, David > Golden 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