Checking if your kit is complete... Looks good Warning: prerequisite Test::Builder 0.33 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Test::Builder::Tester 1.04 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Test::More 0.65 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Test::File cp lib/File.pm blib/lib/Test/File.pm Manifying blib/man3/Test::File.3 /export/home/cpanrun/build/5.6.1/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Level is # Test level is Test::Manifest::test_harness found [t/load.t t/pod.t t/pod_coverage.t t/normalize.t t/test_files.t t/owner.t t/rt/30346.t] t/load..............1..1 ok 1 - use Test::File; ok t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/pod_coverage......1..0 # Skip Test::Pod::Coverage required for testing POD skipped: Test::Pod::Coverage required for testing POD t/normalize.........1..9 ok 1 - use Test::File; ok 2 - use File::Spec::Unix; ok 3 - Normalize gives same path for unix ok 4 - use File::Spec::Win32; ok 5 - Normalize gives different path for Win32 ok 6 - Normalize gives right path for Win32 ok 7 - use File::Spec::Mac; ok 8 - Normalize gives different path for Mac not ok 9 - Normalize gives right path for Mac # Failed test (t/normalize.t at line 41) # got: ':foo:bar:baz' # expected: 'foo:bar:baz' # Looks like you failed 1 test of 9. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/9 tests, 88.89% okay t/test_files........1..28 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 - readable exists ok 26 - readable_sym does not exist ok 27 - readable_sym exists ok 28 ok t/owner.............1..12 ok 1 - owner_is with text username ok 2 - owner_is with numeric UID ok 3 - owner_isnt with text username ok 4 - owner_isnt with numeric UID ok 5 - group_is with text groupname ok 6 - group_is with numeric GID ok 7 - group_isnt with text groupname ok 8 - group_isnt with numeric GID not ok 9 - Intentional owner_is failure # Failed test (t/owner.t at line 91) # STDERR is: # # File [blib] belongs to cpanrun (102), not root (0) # # # Failed test (t/owner.t at line 90) # # not: # # File [blib] belongs to cpanrun (102), not root (0) # # Failed test 'Intentional owner_is failure' # # at t/owner.t line 90. # # as expected not ok 10 - Intentional owner_isnt failure # Failed test (t/owner.t at line 102) # STDERR is: # # File [blib] belongs to cpanrun (102) # # # Failed test (t/owner.t at line 101) # # not: # # File [blib] belongs to cpanrun (102) # # Failed test 'Intentional owner_isnt failure' # # at t/owner.t line 101. # # as expected not ok 11 - Intentional group_is failure # Failed test (t/owner.t at line 114) # STDERR is: # # File [blib] belongs to other (1), not root (0) # # # Failed test (t/owner.t at line 113) # # not: # # File [blib] belongs to other (1), not root (0) # # Failed test 'Intentional group_is failure' # # at t/owner.t line 113. # # as expected not ok 12 - Intentional group_isnt failure # Failed test (t/owner.t at line 125) # STDERR is: # # File [blib] belongs to other (1) # # # Failed test (t/owner.t at line 124) # # not: # # File [blib] belongs to other (1) # # Failed test 'Intentional group_isnt failure' # # at t/owner.t line 124. # # as expected FAILED tests 9-12 Failed 4/12 tests, 66.67% okay t/rt/30346..........1..3 not ok 1 - no_such_file-283551196737231b102102m is not empty # Failed test (t/rt/30346.t at line 25) # STDERR is: # # File [no_such_file-283551196737231b102102m] does not exist # # # Failed test (t/rt/30346.t at line 24) # # not: # # File [no_such_file-283551196737231b102102m] does not exist # # Failed test 'no_such_file-283551196737231b102102m is not empty' # # at t/rt/30346.t line 24. # # as expected ok 2 - t/rt/30346.t is not empty not ok 3 - t/rt/file_not_empty_ok_test is not empty # Failed test (t/rt/30346.t at line 58) # STDERR is: # # File [t/rt/file_not_empty_ok_test] exists with zero size # # # Failed test (t/rt/30346.t at line 57) # # not: # # File [t/rt/file_not_empty_ok_test] exists with zero size # # Failed test 't/rt/file_not_empty_ok_test is not empty' # # at t/rt/30346.t line 57. # # as expected FAILED tests 1, 3 Failed 2/3 tests, 33.33% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/normalize.t 1 256 9 1 11.11% 9 t/owner.t 12 4 33.33% 9-12 t/rt/30346.t 3 2 66.67% 1, 3 2 tests skipped. Failed 3/7 test scripts, 57.14% okay. 7/53 subtests failed, 86.79% okay. make: *** [test_dynamic] Error 29