Uninstalling modules...

cog on 2004-05-10T16:26:45

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? :-|


@INC

Juerd on 2004-05-10T20:57:05

@INC should not be containing modules. If you're talking about %INC, it should contain only loaded modules.

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 :-)