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.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|