Devel::Tinderbox::Reporter 0.10 review

Download
by rbytes.net on

Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. SYNOPSIS use Devel::Tinderbox::Report

License: Perl Artistic License
File size: 3K
Developer: Zach Lipton and Michael G Schwern
0 stars award from rbytes.net

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