Subject: | pod coverage and pod tests fail |
See subject. On my smoker systems I see the following:
# Failed test 'Pod coverage on Device::Delcom::VSI'
# at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/Pod/Coverage.pm line 133.
# Coverage for Device::Delcom::VSI is 81.8%, with 4 naked subroutines:
# dprint
# dprintf
# read_firmware
# set_event_counter
# Looks like you failed 1 test of 1.
t/pod-coverage.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'POD test for blib/lib/Device/Delcom/VSI.pm'
# at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/Pod.pm line 187.
# blib/lib/Device/Delcom/VSI.pm (72): =over without closing =back
# blib/lib/Device/Delcom/VSI.pm (179): Expected text after =item, not a number
# blib/lib/Device/Delcom/VSI.pm (187): Expected text after =item, not a number
# Looks like you failed 1 test of 1.
t/pod.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests