summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/lib/Pod/Html.pm
diff options
context:
space:
mode:
authorMarc Green <marcgreen@cpan.org>2011-06-24 07:44:08 -0400
committerMarc Green <marcgreen@cpan.org>2011-10-31 13:26:41 -0400
commit632db2755bddba77b12e0eff0b7a8cd5554291b1 (patch)
tree3c592249b730d13a9f5f24890b0794e3f345280a /ext/Pod-Html/lib/Pod/Html.pm
parent75f30f9ea71b4c8eb49865399e841700ceb13cbd (diff)
downloadperl-632db2755bddba77b12e0eff0b7a8cd5554291b1.tar.gz
Always anchor =item definitions.
Diffstat (limited to 'ext/Pod-Html/lib/Pod/Html.pm')
-rw-r--r--ext/Pod-Html/lib/Pod/Html.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Pod-Html/lib/Pod/Html.pm b/ext/Pod-Html/lib/Pod/Html.pm
index 9517c63980..3dbe6e44f6 100644
--- a/ext/Pod-Html/lib/Pod/Html.pm
+++ b/ext/Pod-Html/lib/Pod/Html.pm
@@ -279,6 +279,7 @@ sub pod2html {
$parser->htmlfileurl($Htmlfileurl);
$parser->htmlroot($Htmlroot);
$parser->index($Doindex);
+ $parser->anchor_items(1); # the old Pod::Html always did
$parser->output_string(\my $output); # written to file later
$parser->pages(\%Pages);
$parser->quiet($Quiet);