Subject: | Code in the name section breaks L<links> |
Posting a bug in here, although I've never seen anyone respond to any
bugs in this queue yet. but who knows.
So the following fails to generate a matching anchor/link combination:
<<TEST;
The L<get|/"$content = get( ... )"> function does foo.
TEST
This is perfectly valid syntax according to perlpod (the name section
should not contain '/' or '|', but anything else goes), and pod2html
generates the link correctly.