MINIMAL
Text
LISTS
5
normal list with number as first item
LISTS
normal list (1)
normal list (2)
numbered list
numbered list
5
normal list with number as first item
Content in Command
First item.
Second item.
Third item.
$html_out{lists_contentInCommand} = <<'HEREDOC'; <h1>Content in Command</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> HEREDOC
$pod_input{lists_contentInTextblock} = <<'HEREDOC'; =head1 Content in Textblock
First item.
Second item.
Third item.
$html_out{lists_contentInTextblock} = <<'HEREDOC'; <h1>Content in Textblock</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> HEREDOC
$pod_input{lists_contentInTextblock2} = <<'HEREDOC'; =head1 Content as Textblock with *
First item.
Second item.
Third item.
$html_out{lists_contentInTextblock2} = <<'HEREDOC'; <h1>Content as Textblock with *</h1> <ul> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ul> HEREDOC
$pod_input{lists_contentMixed} = <<'HEREDOC'; =head1 Content mixed as Command and Textblock
First item.
Second item.
With additional Text.
Third item.
With additional Text. With additional Text.
$html_out{lists_contentMixed} = <<'HEREDOC'; <h1>Content mixed as Command and Textblock</h1> <ul> <li>First item.</li> <li>Second item.<br />With additional Text.</li> <li>Third item.<br />With additional Text. With additional Text.</li> </ul> HEREDOC
$pod_input{lists_nested} = <<'HEREDOC'; =head1 Nested List
$html_out{lists_nested} = <<'HEREDOC'; <h1>Nested List</h1> <ul> <li>First item.</li> <ol> <li>First item.</li> <li>Second item.</li> <li>Third item.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> HEREDOC
$pod_input{lists_noItems} = <<'HEREDOC'; =head1 No Items (Blockquote)
First item.
Second item.
Third item.
$html_out{lists_noItems} = <<'HEREDOC'; <h1>No Items (Blockquote)</h1> <blockquote>First item.</blockquote> <blockquote>Second item.</blockquote> <blockquote>Third item.</blockquote> HEREDOC
$pod_input{lists_noItemsNested} = <<'HEREDOC'; =head1 Nested Blockquote
First item.
Second item.
First.
Second.
Third.
Third item.
$html_out{lists_noItemsNested} = <<'HEREDOC'; <h1>Nested Blockquote</h1> <blockquote>First item.</blockquote> <blockquote>Second item.</blockquote> <blockquote><blockquote>First.</blockquote> </blockquote> <blockquote><blockquote>Second.</blockquote> </blockquote> <blockquote><blockquote>Third.</blockquote> </blockquote> <blockquote>Third item.</blockquote> HEREDOC
$pod_input{lists_deepNested} = <<'HEREDOC'; =head1 Nested List of Depth 5 !!!
First item.
First item.
First item.
Second item.
Third item.
$html_out{lists_deepNested} = <<'HEREDOC'; <h1>Nested List of Depth 5 !!!</h1> <ul> <li>First item.</li> <li>First item.</li> <li>First item.</li> <ol> <li>One.</li> <li>Two.</li> <ul> <li>/li <ul> <li>First item.</li> <li>First item.</li> <li>First item.</li> <ol> <li>One.</li> <li>Two.</li> <ul> <li>/li <li>/li <li>/li
</ul> <li>Three.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> <li>/li <li>/li
</ul> <li>Three.</li> </ol> <li>Second item.</li> <li>Third item.</li> </ul> HEREDOC
$pod_input{lists_nestedMixed1} = <<'HEREDOC'; =head1 Nested List with Blockquote
$html_out{lists_nestedMixed1} = <<'HEREDOC'; <h1>Nested List with Blockquote</h1> <ol> <li>One.</li> <li>Two.</li> <blockquote><blockquote>/blockquote </blockquote> <blockquote><blockquote>/blockquote </blockquote> <blockquote><blockquote>/blockquote
</blockquote> <li>Three.</li> </ol> HEREDOC
$pod_input{lists_nestedMixed2} = <<'HEREDOC'; =head1 Nested Blockquote with List
A
B
C
One.
Two.
Three.
$html_out{lists_nestedMixed2} = <<'HEREDOC'; <h1>Nested Blockquote with List</h1> <blockquote>One.</blockquote> <blockquote>Two.</blockquote> <ul> <li>/li <li>/li <li>/li
</ul> <blockquote>Three.</blockquote> HEREDOC
# 4 $pod_input{pic} = <<'HEREDOC'; =head2 PIC
Some text?
Some other text...
UMLAUT
üöäÜÖÄ éàèÉÀÈ
ANGLE BRACKET
HTML chars: <html> </html>
POD markup: BOLD CODE
FILE ITALIC perl.org
CODE
Text1
# Code
# Multiline
# No special chars
# We only want to test
# multiline code
Text2
PAGEBREAK
Text1
Here should be a break
Text2
Inline Links
Link 1 Module
Link 2 "Chapter" in Module
Link 3 Name
Link 4 Name
Link 5 Name
Link 6 "Chapter"
Link 7 http://perl.org
Link 8 perl.org
Link 9 Perl
Link 10 Perl
HTML in POD
Just some HTML in the POD:
Das ist DICK!Head One
...should now be Head Two!
16 POD Errors
The following errors were encountered while parsing the POD:
- Around line 77:
Expected '=item *'
- Around line 170:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 199:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 228:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 256:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 290:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 318:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 349:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 434:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 437:
Deleting unknown formatting code A<>
Deleting unknown formatting code A<>
- Around line 496:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 499:
Deleting unknown formatting code A<>
- Around line 535:
=back doesn't take any parameters, but you said =back HEREDOC
- Around line 538:
Deleting unknown formatting code A<>
- Around line 556:
Unknown directive: =image
- Around line 575:
Non-ASCII character seen before =encoding in 'üöäÜÖÄ'. Assuming UTF-8