Subject: | Test::Pod::Coverage should be more to top of bundle for test purposes |
I saw Bundle::Test modules that would have run more tests if
Test::Pod::Coverage was higher on the list in the Bundle::Test order.
Specifically Test::Warn's prerequisite Array::Compare's t/pod_coverage.
Fix:
...
Test::Pod::Coverage
...
Test::Warn
...