in reply to pod2html: link (L<...>) formatting code
Unfortunately, pod2html does not work like this. You only get links for stuff where pod2html is able to locate a POD source, where it assumes that the POD sources and the resulting HTML tree have the same directory layout. Only when pod2html is able to locate a source, it will prepend htmlroot (after stripping podroot).
You can add --verbose to see pod2html complain that it left the links unresolved.
I guess that the MetaCPAN POD renderer has its own Pod-to-HTML converter. Probably the place to hook into is sub resolve_pod_page_link in Pod::HTML.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pod2html: link (L<...>) formatting code
by kcott (Archbishop) on Dec 15, 2021 at 02:52 UTC |