On Jun 18, 2006, at 10:58 PM, Ron Savage wrote:
On Sun, 18 Jun 2006 22:02:16 -0500, Ken Williams wrote:
Maybe there's some general UNINST-like mechanism for eliminating
duplicate modules in people's installations when some CPAN module
goes core? I've never heard of this problem, nor its assumed
solution, before, though.
I guess if it comes pre-installed in a new Perl, it'll always be in
/perl/lib/Module, and never install itself into /perl/site/lib/
Module, so the
question is moot, right (he said hopefully)?
Yup, that's right. It would only be in /perl/site/lib if you
upgraded the perl installation from 5.8 to 5.10. A fresh 5.10 will
only have it in /perl/lib.
-Ken