Subject: | CheckManifest_Pod_Coverage fails with older T::P::C |
t/CheckManifest_Pod_Coverage....Undefined subroutine &main::all_modules
called at t/CheckManifest_Pod_Coverage.t line 10.
# Looks like your test died before it could output anything.
t/CheckManifest_Pod_Coverage....dubious
Test returned status 255 (wstat 65280, 0xff00)
all_modules is only exported by default in Test::Pod::Coverage 1.08.
So, either change eval to require that version, use all_pod_coverage_ok,
or use the long name Test::Pod::Coverage::all_modules.
:-)
-=Chris