On 06/22/2007 03:46 PM, a_arya2000 wrote:
Hello, does anyone know what is the most effective way
of uninstalling perl module? Thank you.


As you know, going into the build directory for a module and executing "make uninstall" doesn't yet work for CPAN-installed modules :-)

For most modules, there is a .packlist file that lists all of the files that were installed by that module. Delete every file listed in the .packlist, then delete the .packlist file itself, and you've uninstalled the module.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to