jreisinger / App-Monport

Monitor network ports for changes
https://metacpan.org/pod/App::Monport
1 stars 0 forks source link

Pod coverage test fails #1

Closed eserte closed 9 years ago

eserte commented 9 years ago

Test suite for 0.01 .. 0.03 fails if Test::Pod::Coverage is installed:

#   Failed test 'Pod coverage on App::Monport::Command'
#   at /opt/perl-5.20.0/lib/site_perl/5.20.0/Test/Pod/Coverage.pm line 133.
# App::Monport::Command: couldn't find pod

#   Failed test 'Pod coverage on App::Monport::Nmap'
#   at /opt/perl-5.20.0/lib/site_perl/5.20.0/Test/Pod/Coverage.pm line 133.
# Coverage for App::Monport::Nmap is 10.0%, with 9 naked subroutines:
#       do_basescan
#       email_diffs
#       get_basescan_opts_and_args
#       get_diffs
#       list_basescans
#       print_basescan
#       print_diffs
#       sendMail
#       set_vars

#   Failed test 'Pod coverage on App::Monport::Command::diff'
#   at /opt/perl-5.20.0/lib/site_perl/5.20.0/Test/Pod/Coverage.pm line 133.
# App::Monport::Command::diff: couldn't find pod

#   Failed test 'Pod coverage on App::Monport::Command::base'
#   at /opt/perl-5.20.0/lib/site_perl/5.20.0/Test/Pod/Coverage.pm line 133.
# App::Monport::Command::base: couldn't find pod
# Looks like you failed 4 tests of 5.
t/pod-coverage.t .. 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/5 subtests 
jreisinger commented 9 years ago

Thanks. Fixed in 0.04. See travis in the meantime.