Subject: | pod2man ignores L<> |
pod2man ignores L<Some::Module> tag and doesn't convert it to anything
useful.
Many of manpages parsers (kio_man, pinfo) handle links if some keyword
is suffixed with number in parentheses.
I suggest to convert L<Some::Module> into Some::Module(3):
Source:
=head1 SEE ALSO
L<Pod::Man>
Manpage:
SEE ALSO
Pod::Man(3)
Proof:
KDE with man: pseudoprotocol (kio_man) and pinfo (An alternative
info-file viewer) handle it as a link to another manpage.