Mailing List Archive

perl5.002beta1 does not search /usr/local/lib/site_perl by default
In perl5.002beta1 /usr/local/lib/site_perl/archname is in @INC by default
but not /usr/local/lib/site_perl. SITEARCH_EXP is defined in config.h but
SITELIB_EXP is not.
Re: perl5.002beta1 does not search /usr/local/lib/site_perl by default [ In reply to ]
On Sun, 26 Nov 1995, Jack R. Lawler wrote:

> In perl5.002beta1 /usr/local/lib/site_perl/archname is in @INC by default
> but not /usr/local/lib/site_perl. SITEARCH_EXP is defined in config.h but
> SITELIB_EXP is not.

Oops. That's because I had been calling it SITEPERL instead of SITELIB,
and decided to change the name back to SITELIB to match 5.001m.
But, I forgot to change on critical line in the metaconfig unit.

Thanks for finding this one.

Andy Dougherty doughera@lafcol.lafayette.edu