in reply to creating links to an =item in the same page via pod2html

In the particular example above, 'bar' doesn't resolve, which might explain why no link is generated. Have you tried it for valid references too?

One world, one people

  • Comment on Re: creating links to an =item in the same page via pod2html

Replies are listed 'Best First'.
Re^2: creating links to an =item in the same page via pod2html
by ysth (Canon) on Jul 01, 2005 at 08:50 UTC
    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_.