in reply to Broken perl installation on Mac OS X
In the module search order (@INC), this directory comes before the system perl directory, so modules installed here can be used to update perl-standard modules. The installprivlib Config parameter is now set to this directory, so that (for instance) setting INSTALLDIRS=perl will cause modules to be install hereSo it sounds like if you've got modules that are acting up in there, you should be able to clear this directory out to get back to normal (as in, nothing new's installed).
What I'd really suggest is installing MacPorts (http://macports.org) and building your own Perl 5.10. It's always dicey to mess with the system Perl, as anything in the system that depends on it will also get broken if you break the system Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Broken perl installation on Mac OS X
by NewRun (Novice) on Jul 09, 2009 at 02:59 UTC | |
by Anonymous Monk on May 19, 2010 at 13:51 UTC |