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

sub t03_as_docbook : Test { my $t = shift; my $x = $t->parse_to_docbook( <<T); =para Name: your surname T $t->is_deeply_xml( $x, q#<chapter><para>Name: <replaceable>your surname</replaceable> </para></chapter> # ); }

1;

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 18:

Unknown directive: =para

Around line 28:

Deleting unknown formatting code R<>

Around line 41:

Deleting unknown formatting code R<>