Subject: | SYNOPSIS of App::Prove::Plugin::HTML should mention the -m switch |
The SYNOPSIS of TAP::Harness::HTML includes the "-m" switch, which is quite important to get the full output of a test run:
prove -m -Q -P HTML=outfile:out.html,css_uri:style.css,js_uri:foo.js,force_inline_css:0
The SYNOPSIS of App::Prove::Plugin::HTML does not include the "-m" switch:
prove -P HTML=outfile:out.html,css_uri:style.css,js_uri:foo.js,force_inline_css:0
So users may be surprised to see incomplete test output if just looking and copying from the App::Prove::Plugin::HTML manpage.
Regards,
Slaven