CPAN::Test::Reporter is a Perl module that uniformly posts package test results in support of the cpan-testers project. See http://testers.cpan.org/ for details.
NOTE TO TESTERS: this module will currently send its output email to cpan-workers@perl.org, which might not be what you want. You can set $CPAN::Test::Reporters::CPAN_TESTERS to another email address if you prefer.
SYNOPSIS
my $report = CPAN::Test::Reporter->new;
$report->which_perl(path to the perl binary we tested with);
$report->grade(pass|fail|na|unknown);
$report->package(module name);
$report->test_results(our build and/or make test results);
$report->comments(other commentary on the module);
$report->send(to whom);
Product's homepage
Requirements:
· Perl