I am using Perl running in user space (not installed via root) and installing modules via the command-line cpan. I would like to know if there is a simple way t
cpan
There are scripts on CPAN which attempt to uninstall modules:
ExtUtils::Packlist shows sample module removing code, modrm.
modrm