in reply to Uninstall module

Hi,

I don't think CPAN supports this (at least it is not in the documentation for the module).

If you are trying to cleanly reinstall a module, you can do

make install UNINST=1

Note there are some risks to that, do "perldoc CPAN" for more information.