In [Function::Parameters](https://metacpan.org/pod/Function::Parameters#DESCRIPTION) I link to `L<perlapi/PL_keyword_plugin>`, which metacpan converts to https://metacpan.org/pod/perlapi#PL_keyword_plugin, which is 404. According to https://github.com/CPAN-API/metacpan-web/issues/686 metacpan simply doesn't support perlapi, but then it shouldn't try to generate links to it. Maybe special case it and link to http://perldoc.perl.org/perlapi.html#PL_keyword_plugin instead?
Activity
ranguard commentedon Mar 8, 2016
Dupe #1241
mauke commentedon Mar 12, 2016
How is this a dupe of #1241, which is about perlfunc anchors?
oalders commentedon Apr 12, 2016
Could we do this by overriding https://metacpan.org/pod/Pod::Simple::XHTML#resolve_pod_page_link ?
haarg commentedon Apr 12, 2017
#27 related