Subject: | bad warnings from podchecker |
=head1 flub
=head2 blah
=over 4
=item foo
bar
=item zot
bar
=back
=cut
####
=head2 flubber
=over 4
=item foo
bar
=item zot
bar
=back
=cut
1;
##############################
gives these warnings:
[kane@nsa-dev /tmp]$ podchecker x.pod
*** WARNING: multiple occurrence of link target 'foo' at line - in file x.pod
*** WARNING: multiple occurrence of link target 'zot' at line - in file x.pod
note how it also doesn't show the line number...