I misspoke; there are obviously links created, but not correct ones. pod2html knows to turn C<bar> into a link to #item_bar, but I want to get it to make a link to #item_bar using L<> as well. Obviously I could just put item_bar as the section to link to, but I'd be worried that a future change to pod2html would break that. I shouldn't have to know the implementation detail that it prepends =item sections with item_.