Devel::Tinderbox::Reporter 0.10 review
DownloadDevel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. SYNOPSIS use Devel::Tinderbox::Report
|
|
Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox.
SYNOPSIS
use Devel::Tinderbox::Reporter;
my $report = Devel::Tinderbox::Reporter->new;
$report->from('your@mail.address.com');
$report->to('tinderbox@their.address.com');
$report->project('the_project');
$report->boxname('your.machine.name');
$report->style('unix');
$report->start;
...go and test your project...
$report->log($build_log);
$report->end($status);
Tinderbox collects and summaries build and test reports from many developers on many machines. This is a simple client for testers to make reports to Tinderbox servers.
Requirements:
Perl
Devel::Tinderbox::Reporter 0.10 keywords