Pod syntax and hyperlinks to =item entries
am 08.12.2005 21:37:23 von Daniel MacksPod::Checker explains one of its warnings:
* multiple occurrence of link target name
The POD file has some "=item" and/or "=head" commands that have the
same text. Potential hyperlinks to such a text cannot be unique then.
How does this get applied to nested =item lists such as:
=over 4
=item Item 1
=over 4
=item Subitem a
Would the link be to "Subitem a" or "Subitem a or Item 1"? Reason I
ask is that This warnings appears if I have a single occurance of
"Subitem a" in each of "Item 1" and "Item 2", which seems like a
legitimate usage (parameter lists for a list of functions, for
example).
dan
--
Daniel Macks
dmacks@netspace.org
http://www.netspace.org/~dmacks