On Jun 7, 2004, at 12:38 PM, Ken Williams wrote:
On Jun 7, 2004, at 2:59 AM, Sherm Pendley wrote:
/Library/Perl appears before /System/Library/Perl in @INC
Unfortunately that's not true:
D'oh! You're right of course. That's why UNINST exists.
I've wondered for years why 'privlib' comes before 'sitelib' in @INC, and I've raised the issue on p5p, but nothing seems to have changed.
The @INC order hasn't changed, but plain 'make install' will warn you about it now, and of course there's the UNINST option, which didn't always exist.
sherm--