Doug MacEachern wrote:
> On Mon, 12 Nov 2001, Stas Bekman wrote:
>
>
>>this patch implements the PerlINC wrapper which does:
>>s/PerlSwitches -Ilib=foo/PerlINC foo/
>>
>
> if we add a new directive like this i think it should be a wrapper around
> what 'Perl{Set,Pass}Env PERL5LIB' would do, that is:
>
> - unshift @INC
> - work per-directory
>
> otherwise, i don't see the value in adding a new directive for something
> that can already be done with PerlSwitches or a 'use lib ...' in a
> PerlRequire'd file.
>
well, I've just followed the notes in todo saying:
-- implement PerlINC (or similar) as a nicer interface for the working
- PerlSwitches -Mlib=/home/dev1/lib/perl, to set different @INC for
- different virtual hosts.
;)
so can you please adjust the todo item? I understood that you've planned
on doing the 'Perl{Set,Pass}Env'.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:stas@stason.org http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|