Skip to content

Instantly share code, notes, and snippets.

@rohandalvi
Created December 18, 2014 16:47
Show Gist options
  • Save rohandalvi/3e4520797abd8c3857c0 to your computer and use it in GitHub Desktop.
Save rohandalvi/3e4520797abd8c3857c0 to your computer and use it in GitHub Desktop.
failed bugzilla runtests.pl (Pod::Coverage dependency could not be found although it is installed)
Rohans-MacBook-Pro-164:bugzilla rohandalvi$ ./runtests.pl
t/001compile.t ....... 224/228 # Can't locate Pod/Coverage.pm in @INC (you may need to install the Pod::Coverage module) (@INC contains: t lib/darwin-thread-multi-2level lib /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at t/011pod.t line 21.
# BEGIN failed--compilation aborted at t/011pod.t line 21.
# Failed test 't/011pod.t'
# at t/001compile.t line 62.
# --ERROR
t/001compile.t ....... 227/228 # Looks like you failed 1 test of 228.
t/001compile.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/228 subtests
(less 4 skipped subtests: 223 okay)
t/002goodperl.t ...... ok
t/003safesys.t ....... ok
t/004template.t ...... ok
t/005whitespace.t .... ok
t/006spellcheck.t .... ok
t/007util.t .......... ok
t/008filter.t ........ ok
t/009bugwords.t ...... ok
t/010dependencies.t .. ok
t/011pod.t ........... Can't locate Pod/Coverage.pm in @INC (you may need to install the Pod::Coverage module) (@INC contains: t lib/darwin-thread-multi-2level lib /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2 /System/Library/Perl/5.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/Extras/5.18 .) at t/011pod.t line 21.
BEGIN failed--compilation aborted at t/011pod.t line 21.
t/011pod.t ........... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/012throwables.t .... ok
t/013dbschema.t ...... ok
Test Summary Report
-------------------
t/001compile.t (Wstat: 256 Tests: 228 Failed: 1)
Failed test: 226
Non-zero exit status: 1
t/011pod.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=13, Tests=5709, 58 wallclock secs ( 0.60 usr 0.09 sys + 52.72 cusr 4.99 csys = 58.40 CPU)
Result: FAIL
Uncaught exception from user code:
Failed 2/13 test programs. 1/5709 subtests failed.
Test::Harness::runtests('t/001compile.t', 't/002goodperl.t', 't/003safesys.t', 't/004template.t', 't/005whitespace.t', 't/006spellcheck.t', 't/007util.t', 't/008filter.t', 't/009bugwords.t', ...) called at ./runtests.pl line 30
Rohans-MacBook-Pro-164:bugzilla rohandalvi$ cpanm Pod::Coverage
Pod::Coverage is up to date. (0.23)
Rohans-MacBook-Pro-164:bugzilla rohandalvi$
@rohandalvi
Copy link
Author

Rohans-MacBook-Pro-164:bugzilla rohandalvi$ perl -e 'use Pod::Coverage 9'
Pod::Coverage version 9 required--this is only version 0.23 at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment