=head1 THIS FROM Marek::Pod::HTML
THIS VALID POD
=head2 Pod directives and their translation
The following section gives an overview of the translation equivalences.
=over 4
=item C<=head>I
A heading is turned into a HTML heading, e.g. C<=head1> corresponds to
CH2E>. The CH1E> heading is reserved for page titles.
=item S I>, C<=item>, C<=back>
Itemized lists are turned into either COLE> (numbered list),
CULE> (buletted list), or CDLE> (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>, C>, C<=end>
Paragraphs starting with C<=for html> or encapsulated in
C> are parsed as HTML and included into the document.
All other C<=for>/C<=begin> paragraphs are ignored.
=item C...E>
Turned into bold text using EBE...E/BE.
=item C...E>
Turned into italic text using EIE...E/IE.
=item C...E> C...E>
Turned into monospaced (typewriter) text using
ECODEE...E/CODEE.
=item C...E>
Pod entities are mapped to the corresponding HTML characters or
entities. The most important HTML entities (e.g. CcopyE>)
are recognized. See also L.
=item C...E>
All whitespace in this sequence is turned into C< >, i.e.
non-breakable spaces.
=item C...E>
=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() in pod-html-unefined-fragment-bug.t at D:/Perl/lib/Pod/Html.pm line 1129
Pod::Html::emit_item_tag('C...E>', 'E<...>', 1) called at D:/Perl/lib/Pod/Html.pm line 1210
Pod::Html::process_item('E<...>') called at D:/Perl/lib/Pod/Html.pm line 545
Pod::Html::pod2html('pod-html-unefined-fragment-bug.t') called at D:\Perl\bin/pod2html.bat line 157