On Jul 3, 2006, at 10:59, John Peacock wrote:
I think Ken was suggesting that ExtUtils::Install would detect this sort of thing and warn (like it does now for @INC), not just delete it without asking. You typically have to rerun the same installation with UNINST=1 after getting the warning...
I *always* run with UNINST=1, because I only want one version of a module in @INC. But the $PATH environment variable is a different beast altogether, because while @INC should not include paths for different major versions of Perl, $PATH might.
Best, David
