in reply to Perl Module Install Path Under OS X

Something else to consider: I don't touch the system install of Perl(or any other framework). I leave it alone. I have my own perl installed in /usr/local, and all my cpan stuff gets installed into subdirectories of that path. The system uses its perl, and I use my perl. No conflicts.

  • Comment on Re: Perl Module Install Path Under OS X