Subject: | Pod-Coverage Test Failure Without Sub::Identify |
Hi:
Presumably you didn't notice this because you have Sub::Identify installed.
However, if you don't, and if you run your author tests (yeah, I know
they're just author tests, which is why this is marked wishlist) then
you get failures in Pod-Coverage because it expects get_code_info to be
documented, since it is then defined in your package (using code copied
from Sub::Identify).
Installing Sub::Identify fixes the issue, but perhaps it would be useful
to have Test::Pod::Coverage ignore that subroutine, maybe using the
'trustme' feature?
Cheers,
Jonathan
(For what it's worth, this "bug" was uncovered while packaging your
software for Debian, where our policy is to run all author tests during
build)