> I'm running Tiger with my own perl-5.8.6 installed in /usr/local/
> perl-5.8.6 and symlink at /usr/bin/perl pointing to /usr/local/
[quoted text clipped - 13 lines]
> ... automagically appended to @INC. Is there a Configure option to
> do that or something?
If you do the interactive configuration, it asks at one point if you
want to add directories to the module search path. You'll know it
when you see it - it specifically mentions an upgrade scenario where
you want to access previously-installed CPAN modules.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Ray Zimmerman - 19 Dec 2005 21:12 GMT
>> For a number of reasons I'm upgrading a bunch of things and would
>> like to upgrade to perl-5.8.7 WITHOUT having to re-install all of
[quoted text clipped - 4 lines]
> it when you see it - it specifically mentions an upgrade scenario
> where you want to access previously-installed CPAN modules.
Ah, thanks ... should have thought of that ... I've been doing ./
Configure -de for so long I forgot what the interactive mode asks.
Ray