Run the following through pod2html (with latest Pod::Html::VERSION 1.09)
=head1 THIS FROM Marek::Pod::HTML THIS VALID POD =head2 Pod directives and their translation The following section gives an overview of the translation equivalence +s. =over 4 =item C<=head>I<n> A heading is turned into a HTML heading, e.g. C<=head1> corresponds to C<E<lt>H2E<gt>>. The C<E<lt>H1E<gt>> heading is reserved for page titl +es. =item S<C<=over> I<n>>, C<=item>, C<=back> Itemized lists are turned into either C<E<lt>OLE<gt>> (numbered list), C<E<lt>ULE<gt>> (buletted list), or C<E<lt>DLE<gt>> (definition list), depending on whether the first item in the list starts with a digit, a number or nothing, or anything else, respectively. =item C<S<=for html>>, C<S<=begin html>>, C<=end> Paragraphs starting with C<=for html> or encapsulated in C<S<=begin html>> are parsed as HTML and included into the document. All other C<=for>/C<=begin> paragraphs are ignored. =item C<BE<lt>...E<gt>> Turned into bold text using E<lt>BE<gt>...E<lt>/BE<gt>. =item C<IE<lt>...E<gt>> Turned into italic text using E<lt>IE<gt>...E<lt>/IE<gt>. =item C<CE<lt>...E<gt>> C<FE<lt>...E<gt>> Turned into monospaced (typewriter) text using E<lt>CODEE<gt>...E<lt>/CODEE<gt>. =item C<EE<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<XE<lt>...E<gt>> =back =cut __END__ D:\Perl\bin/pod2html.bat: no title for pod-html-unefined-fragment-bug. +t. Undefined fragment 'E<...>' () from fragment_id() in emit_item_tag() i +n pod-html-unefined-fragment-bug.t at D:/Perl/lib/Pod/Html.pm line 11 +29 Pod::Html::emit_item_tag('C<EE<lt>...E<gt>>', 'E<...>', 1) called +at D:/Perl/lib/Pod/Html.pm line 1210 Pod::Html::process_item('E<...>') called at D:/Perl/lib/Pod/Html.p +m line 545 Pod::Html::pod2html('pod-html-unefined-fragment-bug.t') called at +D:\Perl\bin/pod2html.bat line 157

In reply to 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.