# New Ticket Created by  Dave Rolsky 
# Please include the string:  [perl #127029]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127029 >


Here's an example:

=begin pod

L<It has pod|#Has C<pod>>

=end pod

dd $=pod[0];

The parser decides that the _first_ ">" ends the link, and that the second ">" 
is a piece of plain text, which is clearly wrong.

Note that writing this as L<<...>> doesn't fix the problem.

The parser does get this right if there is no explicit link text:

=begin pod

L<#Has C<pod>>

=end pod

Reply via email to