Subject: | Pod coverage on Mojo::Debugbar::*::DBIx may fail |
t/pod-coverage.t may fail:
...
# Failed test 'Pod coverage on Mojo::Debugbar::Monitor::DBIx'
# at /usr/perl5.31.10p/lib/site_perl/5.31.10/Test/Pod/Coverage.pm line 133.
# Mojo::Debugbar::Monitor::DBIx: requiring 'Mojo::Debugbar::Monitor::DBIx' failed
# Failed test 'Pod coverage on Mojo::Debugbar::Storage::DBIx'
# at /usr/perl5.31.10p/lib/site_perl/5.31.10/Test/Pod/Coverage.pm line 133.
# Mojo::Debugbar::Storage::DBIx: requiring 'Mojo::Debugbar::Storage::DBIx' failed
# Looks like you failed 2 tests of 9.
t/pod-coverage.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/9 subtests
...
Not looking into this issue, but often this kind of error happens if modules with optional (but unsatisfied) dependencies are not properly skipped in the pod coverage test.