NAME
Test::Smoke::App::SendReport - Implementation for tssendrpt.pl
DESCRIPTIN
$sendrpt->run()
Send e-mail if
$self->option('mail')
Post to CoreSmokeDB if
$self->option('smokedb_url')
$sendrpt->check_for_report_and_json()
Check for the '.rpt' and the '.jsn' file, return true if both exist.
$sendrpt->regen_report_and_json()
Create a reporter object and generate the '.rpt' and '.jsn' files.
COPYRIGHT
(c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
With contributions from Jarkko Hietaniemi, Merijn Brand, Campo Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn, David Cantrell.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.