Re: New Perl-Installation on new OS X

[email protected] (John Delacour) Fri, 10 Jun 2011 16:11:43 +0100
Newsgroups perl.macosx
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