Subject: | Lack of dependency and pod-coverage failure |
'make' failed as Sort::Key is not specified in the PREREQ_PM section in
the Makefile.PL, and after I installed it, pod-coverage test failed;
the log is as follows.
------------
C:\Perl\.cpan\build\DBIx-Class-QueryLog-0.01>prove -l t/pod-coverage.t
t/pod-coverage....
# Failed test 'Pod coverage on DBIx::Class::QueryLog'
t/pod-coverage....NOK 1/3# at C:/Perl/site/lib/Test/Pod/Coverage.pm
line 126.
# Coverage for DBIx::Class::QueryLog is 83.3%, with 2 naked subroutines:
# new
# report
t/pod-coverage....NOK 3/3
# Failed test 'Pod coverage on DBIx::Class::QueryLog::Transaction'
# at C:/Perl/site/lib/Test/Pod/Coverage.pm line 126.
# Coverage for DBIx::Class::QueryLog::Transaction is 80.0%, with 1
naked subroutine:
# new
# Looks like you failed 2 tests of 3.
t/pod-coverage....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1, 3
Failed 2/3 tests, 33.33% okay
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/pod-coverage.t 2 512 3 2 1 3
Failed 1/1 test scripts. 2/3 subtests failed.
Files=1, Tests=3, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00
CPU)
Failed 1/1 test programs. 2/3 subtests failed.