Subject: | POD coverage tests failing without Test::POD::Coverage installed! |
Please have a look at the POD coverage tests:
http://search.cpan.org/src/CMOORE/Archive-Any-0.093/t/pod-coverage.t
The "plan skipall" doesn't help if you "use" Test::Pod::Coverage. If
Test::Pod::Coverage isn't installed, this test will fail! (not be skipped)
Instead, you could do "eval {use Test::Pod::Coverage ...}; if (not $@)
{#tests..." or something similar.
Cheers,
Steffen