I tried removing the pm files, but apparently that isn't enough, as the modules still remain in @INC...
Looks like I'm in for a bit of research... shouldn't there be an easy way to do this? :-|
Re:@INC
cog on 2004-05-11T09:56:48
Oops... you're absolutely right:-) What keeps giving me those deleted modules is this:
use ExtUtils::Installed;
print "$_\n" for ( ExtUtils::Installed->new()->modules() );
Re:@INC
cog on 2004-05-13T11:59:35
Another way to say it would be "people shouldn't drink and use computers":-)
Anyway, I managed to uninstall the modules:-) It wasn't that hard after all :-)