Skip Menu |

This queue is for tickets about the Pod-Parser CPAN distribution.

Report information
The Basics
Id: 19933
Status: resolved
Priority: 0/
Queue: Pod-Parser

People
Owner: Marek.Rouchal [...] gmx.net
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.34
Fixed in: 1.35



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 >
Fixed in 1.35