The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

=== TEST 2: ignore =pod, =cut, =encoding --- pod =pod

hi --- html <p>hi</p>

=== TEST 3: url works --- pod http://agentzh.org/#elem/home/1 --- html <p><a href="http://agentzh.org/#elem/home/1">http://agentzh.org/#elem/home/1</a></p>

=== TEST 4: indented paragraphs work --- pod hello world --- html <pre> hello world</pre>

=== TEST 5: head1 & indented text --- pod =head1 A B C

 hello
  world
--- html
<h1>A B C</h1>
<pre> hello
  world</pre>

=== TEST 6: head3 & normal paragraphs --- pod =head3 hi

hello, world Ahah!

dog is here. --- html <h3>hi</h3> <p>hello, world Ahah!</p> <p>dog is here.</p>

=== TEST 7: ... works --- pod hello, world --- html <p><code>hello</code>, world</p>

=== TEST 8: ... works --- pod /usr/bin/perl --- html <p><em>/usr/bin/perl</em></p>

=== TEST 9: ... works --- pod She loves me! --- html <p>She loves <i>me</i>!</p>

=== TEST 10: ... works --- pod She loves me! --- html <p>She loves <b>me</b>!</p>

=== TEST 11: over & =item * --- pod =over 4

  • Hello, world

    *grin*

=== TEST 12: pre as item title --- pod =over

  •  abc

    hello

=== TEST 13: over & 2 =item * --- pod =over

  • ABC

  • *grin*

=== TEST 14: nested <ul> --- pod =over

  • ABC

    • QQQ

=== TEST 15: item 1. item 2. ... --- pod =over

  1. ABC

  2. QQQ

    hello

=== TEST 16: nested <ul> and <ol> --- pod

  • ABC

    1. QQQ

=== TEST 17: =item XXX --- pod =over

ABC

English words

Oh oh!

hello, world

=== TEST 18: quotes --- pod 2>3 F I B --- html <p><code> 2&gt;3 </code> <em>/em <i>/i <b>/b</p>

=== TEST 19: misc --- pod =head1 Hello

  • hi

  3 > 4
  532aa

http://blog.agentzh|agentzh --- html <h1>Hello</h1> <ul> <li> hi </li></ul> <pre> 3 &gt; 4 532aa</pre> <p><a href="http://blog.agentzh">agentzh</a></p>

=== TEST 20: head4 works --- pod =head4 你好么 ABC --- html <h4>你好么 AB/h4

=== TEST 21: misc2 --- pod =over

  1. cat is not a dog. and he is always here.

    really?

  2.   hello, world
      haha

=== TEST 22: =begin html & =end html --- pod =head1 header

Hello, world
Nothing!

Heh, that's cool! --- html <h1>header</h1> <a href="#hi">Hello, world</a> <div> Nothing! </div> <p>Heh, that's cool!</p>

=== TEST 23: =begin HTML & =end HTML --- pod =begin HTML

<a href="#hi">Hello, world</a> <div> Nothing! </div>

Heh, that's cool!

--- html <a href="#hi">Hello, world</a> <div> Nothing! </div> <p>Heh, that's cool!</p>

=== TEST 24: =begin HTML & =end html --- pod =head1 header

Hello, world
Nothing!
Heh, that's cool! --- html

header

Hello, world
Nothing!

Heh, that's cool!

=== TEST 25: =begin comment & =end comment --- pod =head1 header Heh, that's cool! --- html

header

Heh, that's cool!

18 POD Errors

The following errors were encountered while parsing the POD:

Around line 48:

Unknown directive: =image

Around line 151:

'=item' outside of any '=over'

Around line 157:

=back doesn't take any parameters, but you said =back --- html <ul> <li> Hello, world <p>*grin*</p> </li></ul>

Around line 171:

'=item' outside of any '=over'

Around line 177:

=back doesn't take any parameters, but you said =back --- html <ul> <li> <pre> abc</pre> <p>hello</p> </li></ul>

Around line 191:

'=item' outside of any '=over'

Around line 199:

=back doesn't take any parameters, but you said =back --- html <ul> <li> ABC </li><li> *grin* </li></ul>

Around line 215:

'=item' outside of any '=over'

Around line 233:

=back doesn't take any parameters, but you said =back --- html <ul> <li> ABC <ul> <li> QQQ </li></ul> </li></ul>

Around line 251:

'=item' outside of any '=over'

Around line 266:

=back doesn't take any parameters, but you said =back --- html <ol> <li> ABC </li><li> QQQ <p>hello</p> </li></ol>

Around line 302:

=back doesn't take any parameters, but you said =back --- html <ul> <li> ABC <ol> <li> QQQ </li></ol> </li></ul>

Around line 320:

'=item' outside of any '=over'

Around line 332:

=back doesn't take any parameters, but you said =back --- html <dl> <dt>ABC</dt><dd> <p>English words</p> <p>Oh oh!</p> </dd><dt>hello, world</dt><dd> </dd></dl>

Around line 398:

'=item' outside of any '=over'

Around line 414:

=back doesn't take any parameters, but you said =back --- html <ol> <li> cat is not a dog. and he is always here. <p>really?</p> </li><li> <pre> hello, world haha</pre> </li></ol>

Around line 461:

=end HTML without matching =begin. (Stack: [empty])

Around line 485:

=end html doesn't match =begin HTML. (Stack: =begin HTML)