1App::Prove::Plugin::HTMULs(e3r)Contributed Perl DocumentAaptpi:o:nProve::Plugin::HTML(3)
2
3
4
6 App::Prove::Plugin::HTML - a prove plugin for HTML output
7
9 # this is currently in alpha, cmdline params may change!
10 % prove -PHTML=output.html -m -Q --formatter=TAP::Formatter::HTML
11
13 This is a quick & dirty first attempt at making TAP::Formatter::HTML a
14 bit easier to use. It will likely change.
15
16 My original goal was to be able to specify all the args on the cmdline,
17 ala:
18
19 % prove --html=output.html
20
21 And have this map onto:
22
23 % prove -PHTML=output.html -m --formatter=TAP::Formatter::HTML
24
25 Though this is currently not possible with the way the App::Prove
26 plugin system works.
27
29 Please use http://rt.cpan.org to report any issues.
30
32 Steve Purkis <spurkis@cpan.org>
33
35 Copyright (c) 2008-9 Steve Purkis <spurkis@cpan.org>, S Purkis
36 Consulting Ltd. All rights reserved.
37
38 This module is released under the same terms as Perl itself.
39
41 prove, App::Prove, TAP::Formatter::HTML
42
43
44
45perl v5.12.0 2010-05-06 App::Prove::Plugin::HTML(3)