Subject: | add an option to ignore particular modules |
It would be really cool(TM) if there were a parameter we could pass in that would list particular modules that we don't want to be checked. Particular use-case: My distro includes a subclass of URI::_generic but even though I'm specifying
{coverage_class => 'Pod::Coverage::CountParents'}
I get test errors because URI::_generic does not have pod for the method I'm overriding.