Posted on 2006-11-08 16:12:19-08 by jdhedden
Multiple Installs of Same Module
Suppose you report on several CPAN modules, and then rebuild you Perl (I do this frequently), and install the same modules again. Does CPAN::Reporter keep track of previous reports so that you don't send duplicates?
Direct Responses: 3450 | Write a response
Posted on 2006-11-08 16:24:49-08 by dagolden in response to 3449
Re: Multiple Installs of Same Module

It does not. The issue of duplicate test reports is beyond the scope of CPAN::Reporter. All CPAN::Reporter does is interface CPAN.pm to Test::Reporter.

If you do not want to send test reports, you can easily disable it with "o conf test_report 0" from the CPAN shell prompt. To make that permanent, use "o conf commit". No CPAN::Reporter configuration is lost, so you can re-enable at any time with "o conf test_report 1".

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.