Skip Menu |

This queue is for tickets about the Pod-Coverage CPAN distribution.

Report information
The Basics
Id: 16990
Status: resolved
Priority: 0/
Queue: Pod-Coverage

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: (no value)



Subject: misleading pod
The pod says to cover the subroutine you just have to have =item, or =head, but you really need =item something. [root@momotaro i386-linux-thread-multi]# diff -u Pod/Coverage.pm~ Pod/Coverage.pm --- Pod/Coverage.pm~ 2005-10-28 22:16:18.000000000 +0800 +++ Pod/Coverage.pm 2006-01-10 15:30:24.146990992 +0800 @@ -40,7 +40,7 @@ This module provides a mechanism for determining if the pod for a given module is comprehensive. -It expects to find either a C<< =head(n>1) >> or an C<=item> block documenting a +It expects to find either a C<< =head(n>1) foo>> or an C<=item foo> block documenting a subroutine. Consider: [