Thread

Posted on Wed Nov 8 18:12:19 2006 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 Wed Nov 8 18:24:49 2006 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".

Write a response