Subject: | t/99pod.t fails if Test::Pod not installed |
Just a quick note to say that you need to tweak t/99pod.t along these lines:
-skip "Test::Pod 0.95 not installed.", 1 if $@;
+skip "Test::Pod 0.95 not installed.", scalar @files if $@;
otherwise it only skips the first test and hence that test script fails.
Struan