CPAN::Test::Reporter

Report test results of a package retrieved from CPAN
Download

CPAN::Test::Reporter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kirrily Robert
  • Publisher web site:
  • http://search.cpan.org/~mitel/

CPAN::Test::Reporter Tags


CPAN::Test::Reporter Description

Report test results of a package retrieved from CPAN 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); Requirements: · Perl


CPAN::Test::Reporter Related Software