Devel::Tinderbox::Reporter

Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox.
Download

Devel::Tinderbox::Reporter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zach Lipton and Michael G Schwern
  • Publisher web site:
  • http://search.cpan.org/~mschwern/

Devel::Tinderbox::Reporter Tags


Devel::Tinderbox::Reporter Description

Devel::Tinderbox::Reporter is a Perl module with client to send reports to Tinderbox. 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 Related Software