Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 86665b00d95547847396212c376467ff98778ef2 https://github.com/Perl/perl5/commit/86665b00d95547847396212c376467ff98778ef2 Author: James E Keenan <jkee...@cpan.org> Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths: M ext/Pod-Html/bin/pod2html Log Message: ----------- pod2html: Group '*' and 'no*' switches in documentation As the next step toward unifying the documentation in bin/pod2html and lib/Pod/Html.pm, group the '*' and 'no*' command-line switches to the pod2html utility and then adjust the descriptions of the switches accordingly. There are 5 such instances (example: 'poderrors' and 'nopoderrors') already grouped in this manner in lib/Pod/Html.pm. This commit brings this grouping into bin/pod2html as well. No changes in functionality. Correct one editing error spotted by Tony Cook. For: https://github.com/Perl/perl5/pull/20581