Checking if your kit is complete... Looks good Writing Makefile for Test::Pod::Coverage cp Coverage.pm blib/lib/Test/Pod/Coverage.pm Manifying blib/man3/Test::Pod::Coverage.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00.load...........1..1 ok 1 - use Test::Pod::Coverage; # Testing Test::Pod::Coverage 1.08 ok t/all_modules.......1..2 ok 1 - use Test::Pod::Coverage; ok 2 - Got all the distro files ok t/all_pod_coverage_ok.1..1 ok 1 - Pod coverage on Test::Pod::Coverage ok t/alt_class.........1..2 ok 1 - use Test::Pod::Coverage; ok 2 - allows alternate Pod::Coverage class ok t/nopod.............1..2 ok 1 - use Test::Pod::Coverage; not ok 2 - Handles files with no pod at all # Failed test (t/nopod.t at line 16) # STDERR is: # # # Failed test (t/nopod.t at line 15) # # Nopod: couldn't find pod # # not: # # Failed test (t/nopod.t at line 15) # # Nopod: couldn't find pod # # as expected FAILED test 2 Failed 1/2 tests, 50.00% okay t/nosymbols.........1..3 ok 1 - use Test::Pod::Coverage; not ok 2 - Handles files with no symbols # Failed test (t/nosymbols.t at line 15) Use of uninitialized value in concatenation (.) or string at /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Test/Builder/Tester.pm line 508. # STDERR is: # # Nosymbols: no public symbols defined # # not: # # as expected ok 3 - Handles files with no symbols FAILED test 2 Failed 1/3 tests, 66.67% okay t/parms.............1..2 ok 1 - use Test::Pod::Coverage; ok 2 - Simple runs under T:B:T ok t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD t/privates..........1..4 ok 1 - use Test::Pod::Coverage; not ok 2 - Should fail at 60% # Failed test (t/privates.t at line 19) # STDERR is: # # # Failed test (t/privates.t at line 18) # # Coverage for Privates is 60.0%, with 2 naked subroutines: # # INTERNAL_DOODAD # # INTERNAL_THING # # not: # # Failed test (t/privates.t at line 18) # # Coverage for Privates is 60.0%, with 2 naked subroutines: # # INTERNAL_DOODAD # # INTERNAL_THING # # as expected ok 3 - Trying to pass PC object ok 4 - Pod coverage on Privates FAILED test 2 Failed 1/4 tests, 75.00% okay t/self..............1..1 ok 1 - T:P:C itself is OK ok t/simple............1..4 ok 1 - use Test::Pod::Coverage; ok 2 - Simple is OK ok 3 - Simple runs under T:B:T ok 4 - Simple runs under T:B:T ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/nopod.t 2 1 50.00% 2 t/nosymbols.t 3 1 33.33% 2 t/privates.t 4 1 25.00% 2 1 test skipped. Failed 3/11 test scripts, 72.73% okay. 3/22 subtests failed, 86.36% okay. make: *** [test_dynamic] Error 29