Branch: refs/heads/smoke-me/jkeenan/pod-html-docs-conformance-20221209 Home: https://github.com/Perl/perl5 Commit: 475358425e45c3e4019b47d40e473a2702d32bf9 https://github.com/Perl/perl5/commit/475358425e45c3e4019b47d40e473a2702d32bf9 Author: James E Keenan <jkee...@cpan.org> Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths: M MANIFEST M ext/Pod-Html/t/htmldir1.t A ext/Pod-Html/t/htmldir6.t Log Message: ----------- Pod::Html: Test --htmldir and --htmlroot separately The documentation advises that '--htmldir' and '--htmlroot' should not be used in the same call to pod2html, as they are mutually exclusive. However, two files in the test suite have for a long time violated this advice. This commit removes an instance of the "double call" from t/htmldir1.t and moves a test of '--htmlroot' to new test file t/htmldir6.t. (This new test file will, however, use the same POD input as t/htmldir1.t.) Test descriptions are modified appropriately.