Branch: refs/heads/smoke-me/jkeenan/pod-html-docs-conformance-20221209 Home: https://github.com/Perl/perl5 Commit: a81696e3e3c2ce7e44e4bde8af51a2fead514fa9 https://github.com/Perl/perl5/commit/a81696e3e3c2ce7e44e4bde8af51a2fead514fa9 Author: James E Keenan <jkee...@cpan.org> Date: 2022-12-11 (Sun, 11 Dec 2022)
Changed paths: M ext/Pod-Html/bin/pod2html M ext/Pod-Html/lib/Pod/Html.pm Log Message: ----------- Conform '--podpath' The previous documentation for '--podpath' in bin/pod2html was: "Specify the base directory for finding library pods. Default is the current working directory." This could have been (mis-)interpreted to suggest that such a "base directory" not have a necessary relationship to podroot. Inspection of the code indicates that any directory mentioned in podpath which is not underneath podroot will simply be ignored.