On Thursday, August 29, 2002, at 11:51  AM, Morbus Iff wrote:

> The article, as written, will create a Perl that totally ignores the 
> /System/Library/Perl directory, so that no new modules will be 
> installed into there during a CPAN or four-command-salute.

Doesn't the Perl installer put stuff there itself?

   # Where to put modules.
   privlib='/System/Library/Perl';
   sitelib='/Library/Perl';
   vendorlib='/Network/Library/Perl';

IIRC, Perl will install the modules that it comes with in privlib. 
Check the version number of ExtUtils::MakeMaker or something in 
/System/Library/Perl to see which Perl it belongs to.

David

-- 
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                                 ICQ: 15726394
http://david.wheeler.net/                      Yahoo!: dew7e
                                                Jabber: [EMAIL PROTECTED]

Reply via email to