[when starting a new thread, please do *not* reply to a previous thread]

Gordon Lack wrote:
   The Changes file notes:


PERL5LIB support now properly unshifts paths into @INC rather than push


(added in 1.27)

   While it now does unshift rather than push (so the entries end up at
the front of @INC, not the back) it does so backwards!

  eg:

PerlPassEnv PERL5LIB /dir1:/dir2:/dir3

You mean, PerlSetEnv, don't you? PerlPassEnv doesn't accept values.

will end up setting @INC to:

 /dir3
 /dir2
 /dir1
 <[EMAIL PROTECTED]>

(you can see this via Apache::Status)

Sounds right. Did you forget to attach the patch? :)

Though I'm not sure how sensitive that change is. I mean someone who have been relying on the current implementation might get bitten by this change.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to