in reply to POD: embedding/linking/displaying html and images on metacpan and github

FWIW: it's possible to render a relative link in metacpan at least in the pod-renderer

=for html <a href='./pod/Emacs::PDE'>Emacs::PDE relative<a>

if this can be consistently used in local viewers (man pagers) / github and metacpan is an open question.

update

tested on github, this works

=for html See <a href="./lib/MODULE.pod">module's documentation</a>

But you need to statically create the .pod beforehand.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re: POD: embedding/linking/displaying html and images on metacpan and github (=for html workaround)
  • Select or Download Code