Eric Wilhelm wrote:
I'm thinking the installer should have the option to scan the tests and skip any that use qr/Test::Pod(?:::Coverage)?/.
This wouldn't work.It would just mean that the installer would skip ALL the tests for Test::Pod :)
There's many cases when testing the Test:: modules you want to run tests that you might otherwise want to skip for regular modules.
Adam K