Subject: | Test::Pod should not be in test-requires |
Test::Pod is only used by author tests; it should not be listed in TEST_REQUIRES.
It looks like those pod tests can simply be moved to xt/, which will also make cpants happier (it will complain about undeclared prereqs used by t/ files, not understanding the skip_all bit.)