Mmm, that's a bug alright. Thanks for the report. As a work around, you can use E<nnn> escapes to get around the lexing problems (specifically C<EE... C<XE... appear to cause problems):

=item C<E<69>E<lt>...E<gt>> Pod entities are mapped to the corresponding HTML characters or entities. The most important HTML entities (e.g. C<EE<lt>copyE<gt>>) are recognized. See also L<HTML::Entities>. =item C<SE<lt>...E<gt>> All whitespace in this sequence is turned into C<&nbsp;>, i.e. non-breakable spaces. =item C<E<88>E<lt>...E<gt>>

I'm currently dual-lifing Pod::Html and so I'll try to get this fixed for v1.10. Interestingly enough I've spent a lot of time merely writing a good test suite. I hadn't been able to tickle the code path that produces this error, so I'm grateful for your example.

• another intruder with the mooring in the heart of the Perl


In reply to Re: Undefined fragment 'E<...>' () from fragment_id() in emit_item_tag() by grinder
in thread Undefined fragment 'E<...>' () from fragment_id() in emit_item_tag() by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.