Subject: | t/pod-coverage.t test fails |
After fixing the Makefile.PL, running the tests gives the following
failure:
C:\perl\cpanplus\5.12.3\build\Domain-Register-TK>dmake test
C:\perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ....... 4/6 # Testing Domain::Register::TK 2.1, Perl
5.012003, C:\perl\perl\bin\perl.exe
t/00-load.t ....... ok
t/boilerplate.t ... ok
t/pod-coverage.t ..
t/pod-coverage.t .. 1/1 # Failed test 'Pod coverage on
Domain::Register::TK'
# at C:/perl/perl/site/lib/Test/Pod/Coverage.pm line 126.
# Coverage for Domain::Register::TK is 0.0%, with 19 naked subroutines:
# availability_check
# credentials
# domain_status
# errstr
# generate_authcode
# host_list
# host_registration
# host_removal
# new
# ping
# price_transfer
# proxy
# register
# renew
# set_timeout
# status
# transfer
# updatedns
# updatewhois
# Looks like you failed 1 test of 1.
t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/pod.t ........... ok
Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1-3
t/pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=4, Tests=11, 4 wallclock secs ( 0.06 usr + 0.03 sys = 0.09 CPU)
Result: FAIL
Failed 1/4 test programs. 1/11 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
It looks like your module is missing method documentation. Since there
is already extensive documentation otherwise, it might be easiest to
simply remove this test, to stop it from blocking a successful
installation.