mauke / Function-Parameters

Function::Parameters - define functions and methods with parameter lists ("subroutine signatures")
https://metacpan.org/pod/Function::Parameters
18 stars 19 forks source link

- Fixed broken link to perlapi keyword plugin. #24

Closed manwar closed 8 years ago

manwar commented 8 years ago

Hi, please review the above change.

Many Thanks. Best Regards, Mohammad S Anwar

mauke commented 8 years ago

L<foo> is how you're supposed to link to perldoc pages: http://perldoc.perl.org/perlpod.html#Formatting-Codes

L<perlapi> seems to be broken on metacpan but I think that's a metacpan bug.

manwar commented 8 years ago

Hi,

You are right about showing links on pod document. However the code for "perlapi" is no longer available on metacpan and hence the link is broken. Therefore I suggest to link it to other place where the code is available.

Best Regards, Mohammad S Anwar

mauke commented 8 years ago

Now reported as https://github.com/CPAN-API/metacpan-web/issues/1628.

How do I generate special POD for metacpan to make it link elsewhere?

manwar commented 8 years ago

Please refer to my PR, I created link to outside of MetaCPAN.

mauke commented 8 years ago

This would break other POD viewers with (non-http) hyperlink support.