...otherwise all our verbatim blocks will change radically!
# set options for the parser
my $parser = Pod::Simple::XHTML::LocalPodLinks->new();
+ $parser->codes_in_verbatim(0);
$parser->anchor_items(1); # the old Pod::Html always did
$parser->backlink($Backlink); # linkify =head1 directives
$parser->htmldir($Htmldir);
=head1 LINKS
+ Verbatim B<means> verbatim.
+
Normal text, a L<link> to nowhere,
a link to L<var-copy>,
<h1 id="LINKS">LINKS</h1>
+<pre><code> Verbatim B<means> verbatim.</code></pre>
+
<p>Normal text, a <a>link</a> to nowhere,</p>
<p>a link to <a href="/[RELCURRENTWORKINGDIRECTORY]/testdir/test.lib/var-copy.html">var-copy</a>,</p>