
App::Prove::Plugin::HTML - a prove plugin for HTML output

# this is currently in alpha, cmdline params may change! % prove -PHTML=output.html -m -Q --formatter=TAP::Formatter::HTML

This is a quick & dirty first attempt at making TAP::Formatter::HTML a bit easier to use. It will likely change.
My original goal was to be able to specify all the args on the cmdline, ala:
% prove --html=output.html
And have this map onto:
% prove -PHTML=output.html -m --formatter=TAP::Formatter::HTML
Though this is currently not possible with the way the App::Prove plugin system works.

Please use http://rt.cpan.org to report any issues.

Steve Purkis <spurkis@cpan.org>

Copyright (c) 2008-9 Steve Purkis <spurkis@cpan.org>, S Purkis Consulting Ltd. All rights reserved.
This module is released under the same terms as Perl itself.
