Subject: | PATCH to support L<Weblink|http://www.whatver.site> |
The attached patch is for the Pod::ParseUtils package $VERSION = 1.33
and allows the correct parsing of an L<> sequence with a hyperlink and
alternate text.
Currently L<http://thing|http://thing> is rendered as
http://thing|http://thing.
Subject: | PodParserUtils_LinkAltHyperlink.patch |
358a359,363
> # non-standard: Hyperlink with alt-text - doesn't remove protocol prefix, maybe it should?
> elsif(m!^ \s* (.*?) \s* [|] \s* (\w+:[^:\s] [^\s|]*?) \s* $!ix) {
> ($alttext,$node) = ($1,$2);
> $type = 'hyperlink';
> }
412a418
>