Re: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)

2005-02-22 Thread Stas Bekman
Stas Bekman wrote: Gordon Lack wrote: Gordon Lack wrote: 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 I've added a reference to this suggestion into the STATUS file. So whoev

Re: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)

2005-02-08 Thread Stas Bekman
Gordon Lack wrote: Gordon Lack wrote: 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. Yes, I did - but you

Re: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)

2005-02-08 Thread Gordon Lack
Gordon Lack wrote: > > > >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

Re: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)

2005-02-08 Thread Gordon Lack
> >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. Yes, I did - but you get

Re: [mp1] PERL5LIB handled backwards (mod_perl 1.27+)

2005-02-07 Thread Stas Bekman
[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,