Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 51514
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: mjgardner [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.85
Fixed in: (no value)



Subject: Module::CPANTS::Kwalitee::Distros doesn't clean up after mirrored Debian CPANTS file
&get_debian_data in Module::CPANTS::Kwalitee::Distros uses LWP::Simple's mirror() function to get a copy of http://pkg- perl.alioth.debian.org/CPANTS.txt and saves it as Debian_CPANTS.txt in the current directory. It doesn't remove the file after reading and processing it, though, which can lead to the file being mistakenly committed to source repositories, added to distributions, etc..
Thanks for the report. The metric that downloaded the file is gone now. Closed as resolved. On Sat Nov 14 06:56:50 2009, MJGARDNER wrote: Show quoted text
> &get_debian_data in Module::CPANTS::Kwalitee::Distros uses > LWP::Simple's mirror() function to get a copy of http://pkg- > perl.alioth.debian.org/CPANTS.txt and saves it as Debian_CPANTS.txt in > the current directory. It doesn't remove the file after reading and > processing it, though, which can lead to the file being mistakenly > committed to source repositories, added to distributions, etc..