Re: uninstall perlmodule

2004-10-25 Thread Adam Saeed
one can uninstall the perl module.. by cd to path of perl-module make distclean or just remove the path of perl module... or remove the path from env. table. On Sat, 23 Oct 2004 21:17:05 -0400 (EDT), Chris Devers [EMAIL PROTECTED] wrote: On Sat, 23 Oct 2004, Bob Showalter wrote: I forgot

Re: uninstall perlmodule

2004-10-23 Thread Chris Devers
On Sat, 23 Oct 2004, Adam Saeed wrote: please tell me how to uninstall a perl module... Delete the files that comprise it. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: uninstall perlmodule

2004-10-23 Thread Bob Showalter
Adam Saeed wrote: plz tell me how to uninstall a perl module... make uninstall sadly doesn't work. There's a program to do it in the documentation for ExtUtils::Packlist. I've never used it, but it looks good... http://www.perlpod.com/5.8.4/lib/ExtUtils/Packlist.html -- To unsubscribe, e-mail:

Re: uninstall perlmodule

2004-10-23 Thread Bob Showalter
Bob Showalter wrote: Adam Saeed wrote: plz tell me how to uninstall a perl module... make uninstall sadly doesn't work. There's a program to do it in the documentation for ExtUtils::Packlist. I've never used it, but it looks good... http://www.perlpod.com/5.8.4/lib/ExtUtils/Packlist.html I forgot

RE: uninstall perlmodule

2004-10-23 Thread adisegna
: uninstall perlmodule Adam Saeed wrote: plz tell me how to uninstall a perl module... make uninstall sadly doesn't work. There's a program to do it in the documentation for ExtUtils::Packlist. I've never used it, but it looks