Re: Uninstalling a PERL module

2007-06-26 Thread a_arya2000
Thanks for the reply, actually when I tried installing “only” module, my test was failing, later I figure out its because of the "version" module that I have installed in my system. That’s why I was trying to uninstall the module and see how “only” module react. Thank you all for your help. ---

Re: Uninstalling a PERL module

2007-06-22 Thread Mumia W.
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,

Re: Uninstalling a PERL module

2007-06-22 Thread oryann9
--- a_arya2000 <[EMAIL PROTECTED]> wrote: > Hello, does anyone know what is the most effective > way > of uninstalling perl module? Thank you. > Why would you want to do such a thing? Just take the path to this module out of @INC by editing your .profile and or PERL5LIB variable, unless you thi

Re: Uninstalling a PERL module

2007-06-22 Thread Chas Owens
On 6/22/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 6/22/07, Chas Owens <[EMAIL PROTECTED]> wrote: snip > Why do you uninstall a module in the first place? This is something I > have never understood. I have tons of modules installed and the > everything in @INC (baring the current directory)

Re: Uninstalling a PERL module

2007-06-22 Thread Chas Owens
On 6/22/07, Chas Owens <[EMAIL PROTECTED]> wrote: snip Why do you uninstall a module in the first place? This is something I have never understood. I have tons of modules installed and the everything in @INC (baring the current directory) takes up less than 50 megs, so it can't be space issues.

Re: Uninstalling a PERL module

2007-06-22 Thread Chas Owens
On 6/22/07, a_arya2000 <[EMAIL PROTECTED]> wrote: Hello, does anyone know what is the most effective way of uninstalling perl module? Thank you. If you installed the module through your system's package manager then uninstall it the same way. If you installed it though CPAN, well, the most com

Re: Uninstalling a PERL module

2007-06-22 Thread Tom Phoenix
On 6/22/07, a_arya2000 <[EMAIL PROTECTED]> wrote: Hello, does anyone know what is the most effective way of uninstalling perl module? The most effective way is first to install the module into a temporary directory. When you're done using it, you can simply delete the directory and its content