Subject: | 0.23 requires there to be some pod in every file, even when unnecessary |
Previously, if there was nothing in a module that Pod::Coverage detected as needing coverage, the file could have no pod at all and still be fine. As of 0.23 though, the test fails with "couldn't find pod". I don't think this should cause a test failure, since it seems irrelevant to the coverage status of the module.