sub t02_as_xhtml : Test { my $t = shift; my $x = $t->parse_to_xhtml( <<T); =para Italic test T $t->is_deeply_xml( $x, q#<xhtml xmlns='http://www.w3.org/1999/xhtml'><p>Italic <em>test</em> </p></xhtml># ); }

sub t03_as_docbook : Test { my $t = shift; my $x = $t->parse_to_docbook( <<T); =para Italic test T $t->is_deeply_xml( $x, q#<chapter><para>Italic <emphasis role='italic'>test</emphasis> </para></chapter># ); }

1;

1 POD Error

The following errors were encountered while parsing the POD:

Around line 20:

Unknown directive: =para