Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
=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< >, 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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Undefined fragment 'E<...>' () from fragment_id() in emit_item_tag()
by grinder (Bishop) on May 13, 2008 at 21:25 UTC | |
|
Re: Undefined fragment 'E<...>' () from fragment_id() in emit_item_tag()
by moritz (Cardinal) on May 13, 2008 at 14:40 UTC |