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:
[