in reply to Installed CPAN modules misdirected
CPAN::Config has a parameter 'make_install_arg' which is the list of parameters to pass to make (and it defaults to nothing). I think if you include the parameter 'UNINST=1' then 'make install' will locate and remove other versions of modules which conflict with the one you're installing.
But I might be completely wrong about that.
|
|---|