NAME

Test::Daily - daily testing reports

SYNOPSIS

use Test::Daily;
my $td = Test::Daily->new();
$td->extract_tarball('my-test-tap-archive_version_arch.tar.gz');
$td->update_site_makefile;
$td->update_project_makefile($folder);
$td->update_test_makefile($folder);
$td->update_test_summary();
$td->update_project_summary();
$td->update_site_summary();

See `test-daily` script.

DESCRIPTION

METHODS

new()

Object constructor.

extract_tarball($tarball)

Extract TAP::Harness::Archive.

update_site_makefile

update_project_makefile($folder)

update_test_makefile($folder)

update_test_summary

update_project_summary

update_site_summary

AUTHOR

Jozef Kutej

AUTHOR

Jozef Kutej, <jkutej at cpan.org>

BUGS

Please report any bugs or feature requests to bug-test-daily at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Daily. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Test::Daily

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Jozef Kutej, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.