# from [EMAIL PROTECTED]
# on Monday 29 September 2008:

>     # Only bundled is available
>-    local @INC = ($bundled_dir, @INC);
>+    unshift(@INC, $bundled_dir);
>... 
>   # Load the bundled copy
>-  local @INC = ($bundled_dir, @INC);
>+  unshift(@INC, $bundled_dir);

Ken,  what was the reasoning behind the 'local @INC' here?  I was 
getting 'originally created with' troubles and I don't think 
the 'inc/inc_Module-Build' dir was carrying through to the "./Build".

Was the plan to have ./Build contain a "use lib 'inc'; use latest ..." 
line?  And if so:  would that not also result in subprocesses missing 
it?  That is, I think we need to use the PERL5LIB mechanism[1] for the 
inc/inc_* stuff.

[1] well, whatever the current PERL5LIB mechanism becomes when we come 
up with to deal with the exploding PERL5LIB thing.

--Eric
-- 
The opinions expressed in this e-mail were randomly generated by
the computer and do not necessarily reflect the views of its owner.
--Management
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to