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
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
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
> >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
[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,