On Thu, Jul 11, 2002 at 12:44:41PM -0500, Craig A. Berry wrote:
> The patch below only affects VMS.  It works around a problem where 

Thanks, applied, but doesn't the patch affect only non-VMS by not
setting $self->{PMLIBS} if it's already set?  The previous behaviour
was unconditional.

> -    $self->{PMLIBDIRS} = ['lib', $self->{BASEEXT}]
> if ($Is_VMS) {
> ...
> +    else {
> +      $self->{PMLIBDIRS} = ['lib', $self->{BASEEXT}]
> +       unless $self->{PMLIBDIRS};
> +    }

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to