Kee Hinckley <[EMAIL PROTECTED]> wrote:
> I understand that the installs are likely to wipe anything I've put
> on the system in the system locations. That's what /usr/local (or
> /Local, if you prefer) is for. However Perl, as installed by the
> system, does not look in /Local for libraries. That leaves me with
> two choices. Install my Perl modules in the system locations, and
> get them wiped out by the next install, or install my own version of
> Perl that does look there, but get *it* wiped out by the next install.
You must have modified your perl, because the default perl install shows
both /Library/Perl and /Library/Perl/darwin in @INC (as reported by perl
-V).
> Please build Perl to look in /Local and /usr/local in future releases
> (preferably before it looks in the system locations, so that I can
> override system versions).
You say this as if you're speaking to Apple - this list is a community
list, not run by Apple.
-Ken