Subject: | Can't locate Test/Pod/Coverage.pm + Can't locate Test/Pod.pm |
t/pod-coverage.t and t/pod.t fail if the required modules are not yet installed --- probably the tests should run conditional, only if the test modules are installed:
...
Can't locate Test/Pod/Coverage.pm in @INC (you may need to install the Test::Pod::Coverage module) (@INC contains: ... .) at t/pod-coverage.t line 7.
BEGIN failed--compilation aborted at t/pod-coverage.t line 7.
t/pod-coverage.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate Test/Pod.pm in @INC (you may need to install the Test::Pod module) (@INC contains: ... .) at t/pod.t line 7.
BEGIN failed--compilation aborted at t/pod.t line 7.
t/pod.t ................
Dubious, test returned 2 (wstat 512, 0x200)
...