Re: Uninstalling perl module

2007-04-14 Thread Xavier Noria
On Apr 13, 2007, at 1:02 PM, Randal L. Schwartz wrote: No, because the CPAN.pm shell is an installer, not a packager. It does not maintain a list of which files belong to which installations, and will happily let two installations both write to the same file. This will be problematic whe

Re: Uninstalling perl module

2007-04-14 Thread Andreas Puerzer
(Randal L. Schwartz) schrieb: > If CPANPLUS offers uninstall, it lies about it. The same limitations > apply. CPANPLUS also knows about that and explicitely warns you, that if you installed via a packager, this packager should also be used to uninstall. If the user still wants CPANPLUS to unin

Re: Bandwidth Generated

2007-04-14 Thread Nigel Peck
yitzle wrote: OK... I got this script that gets a lot of hits -> generates high bandwidth. Is there a simple way to check the amount of bytes printed to STDOUT so I can track the bandwidth it is generating? You may be able to get this information from your web server log files? If you're usin

Re: Uninstalling perl module

2007-04-14 Thread Randal L. Schwartz
> "Andreas" == Andreas Puerzer <[EMAIL PROTECTED]> writes: Andreas> If the user still wants CPANPLUS to uninstall, it uses the .packlist to Andreas> unlink the files in the distribution (that's what i would do if i were Andreas> to remove a module by hand). Andreas> That is an Uninstall, the

Re: Uninstalling perl module

2007-04-14 Thread Randal L. Schwartz
> "Xavier" == Xavier Noria <[EMAIL PROTECTED]> writes: Xavier> Wouldn't the problem with file name collisions/rewrites potentially Xavier> happen if packages were managed as in distros? The problem is that there's no promise that package A and B from the CPAN don't both install file C. So an

Re: Bandwidth Generated

2007-04-14 Thread yitzle
I will test the tell function out. I don't think I got access to the server log files. On 4/14/07, Nigel Peck <[EMAIL PROTECTED]> wrote: yitzle wrote: > OK... I got this script that gets a lot of hits -> generates high > bandwidth. > Is there a simple way to check the amount of bytes printed to

Re: Uninstalling perl module

2007-04-14 Thread yaron
Hi, Thanks for the reply, I think that I understand you point. Now I am starting to fear cpan installations. Is there a chance that by doing a simple - naive cpan installation of a module I, potentially, can damage another installed module? Best regards, Yaron Kahanovitch - Original Me