Subject: | POD test file checks |
While checking for the existence of Test::Pod and Test::Pod::Coverage is an excellent idea, enforcing the file names is not. In all my distributions the two files are 't/90podtest.t' and 't/91podcover.t'. As a consequence my distributions have all been marked down undeservedly.
A better choice would be to search for test files marked qr/.*pod.*\.t/ and check if they have either of the two modules.
There isn't currently any specification as to how to name test files, and I don't feel it's CPANTS place to do so.
If I get time, I submit a patch to rectify this.