develooper Front page | perl.macosx | Postings from June 2011

Re: New Perl-Installation on new OS X

Thread Previous | Thread Next
From:
John Delacour
Date:
June 10, 2011 08:11
Subject:
Re: New Perl-Installation on new OS X
Message ID:
p0624080aca17e106fc05@[192.168.1.66]
At 10:38 -0400 10/06/2011, Sherm Pendley wrote:

>  > What would be the effect of setting a value (or no value) for PERL5LIB in
>>  ~/.MacOSX/environment.plist?
>
>That plist is for setting up environment variables for GUI apps. It
>has no effect on shell sessions.

Obviously I'm missing something.  If I do set it, it seems to have 
the same effect superficially as fink's exporting it via 
.profile/init.sh, which I thought was the problem:

perl -V
   Compiled at Jan 26 2010 17:48:53
   %ENV:
     PERL5LIB="/usr/local/lib/perl5/site_perl/5.14.0"
   @INC:
     /usr/local/lib/perl5/site_perl/5.14.0
     /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level

perl -e 'print $ENV{PERL5LIB}'
/usr/local/lib/perl5/site_perl/5.14.0

JD

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About