On Thu, 20 Sep 2001, Stas Bekman wrote:

> gozer wants to use PERL5LIB set from the shell
> 
> - this patch respects the previous value of PERL5LIB which was
>    originally overriden

+1 on respecting, but isn't this missing:

> +    my $path = join $Config{path_sep}, shift->test_inc();
> +    # fixup PERL5LIB respecting any previous user settings
> +    $ENV{PERL5LIB} = exists $ENV{PERL5LIB}
> +        ? join $Config{path_sep}, $path
->                                         , $ENV{PERL5LIB}
> +        : $path;

?

whatever works is fine with me.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to