Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: "Can't happen" bugs

by gaal (Parson)
on Jan 16, 2007 at 16:04 UTC ( [id://594929]=note: print w/replies, xml ) Need Help??


in reply to Re: "Can't happen" bugs
in thread "Can't happen" bugs

Shouldn't another perl also honor my PERL5LIB, which after all is in the environment?

Since posting I've found that there are, in fact, two loadings of Scalar::Util in the strace dump. The first one finds my version as desired. The second does not! Since this was an strace -fF on make, not perl, it may very well be that a second interpreter (whether another installation or another instance of the same one) is being invoked. But the question is now: under what circumstances is the environment override (which prepends to @INC, by design of course) ignored? Or is there someone who is weeding my @INC?

Hmmm. Maybe taint mode does this! *dives in again*

Replies are listed 'Best First'.
Re^3: "Can't happen" bugs
by xdg (Monsignor) on Jan 16, 2007 at 17:56 UTC

    Par::Packer uses Module::Install and it looks like it is doing some auto installation (ick) -- and that might be invoking another interpreter. You might want to take this up on #par or with the Module::Install people.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://594929]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found