Warning: prerequisite File::Spec 0.87 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite File::Spec::Mac 1.3 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Writing Makefile for Path::Class cp lib/Path/Class.pm blib/lib/Path/Class.pm cp lib/Path/Class/Dir.pm blib/lib/Path/Class/Dir.pm cp lib/Path/Class/Entity.pm blib/lib/Path/Class/Entity.pm cp lib/Path/Class/File.pm blib/lib/Path/Class/File.pm Manifying blib/man3/Path::Class.3 Manifying blib/man3/Path::Class::Dir.3 Manifying blib/man3/Path::Class::File.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01-basic.........1..65 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 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok t/02-foreign.......1..29 todo 28 29; ok 1 ok 2 ok 3 not ok 4 # Test 4 got: 'dir:foo.txt' (t/02-foreign.t at line 12) # Expected: ':dir:foo.txt' ok 5 ok 6 # skip Can't test VMS code on other platforms not ok 7 # Test 7 got: ':dir::foo.txt' (t/02-foreign.t at line 22) # Expected: ':dir:foo.txt' not ok 8 # Test 8 got: '/dir/foo.txt' (t/02-foreign.t at line 23) # Expected: 'dir/foo.txt' not ok 9 # Test 9 got: ':dir::' (t/02-foreign.t at line 24) # Expected: ':dir:' ok 10 ok 11 not ok 12 # Test 12 got: 'dir:subdir:' (t/02-foreign.t at line 30) # Expected: ':dir:subdir:' ok 13 ok 14 # skip Can't test VMS code on other platforms ok 15 ok 16 ok 17 ok 18 not ok 19 # Test 19 got: 'C:\\Program Files' (t/02-foreign.t at line 53) # Expected: 'C:\Program Files' not ok 20 # Test 20 got: ':dir:subdir::' (t/02-foreign.t at line 56) # Expected: ':dir:subdir:' not ok 21 # Test 21 got: ':dir:subdir::foo::' (t/02-foreign.t at line 57) # Expected: ':dir:subdir:foo:' not ok 22 # Test 22 got: ':dir:subdir:::foo.txt' (t/02-foreign.t at line 58) # Expected: ':dir:subdir:foo.txt' not ok 23 # Test 23 got: ':dir:subdir::' (t/02-foreign.t at line 59) # Expected: ':dir:' not ok 24 # Test 24 got: ':dir::dir2:subdir::' (t/02-foreign.t at line 62) # Expected: ':dir::dir2:subdir:' not ok 25 # Test 25 got: '/dir/dir2/subdir' (t/02-foreign.t at line 63) # Expected: 'dir/../dir2/subdir' not ok 26 # Test 26 got: '/Volume:/dir:subdir::' (t/02-foreign.t at line 66) # Expected: 'Volume:dir:subdir:' ok 27 not ok 28 # Test 28 got: 'dir/subdir' (t/02-foreign.t at line 68 *TODO*) # Expected: '/dir/subdir' not ok 29 # Test 29 got: '' (t/02-foreign.t at line 69 *TODO*) # Expected: '1' FAILED tests 4, 7-9, 12, 19-26 Failed 13/29 tests, 55.17% okay (less 2 skipped tests: 14 okay, 48.28%) t/03-filesystem....1..64 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 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 - from . to /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Path-Class to . ok 44 - t subsumes t/foo/bar ok 45 - t doesn't contain t/foo/bar ok 46 - t still subsumes t/foo/bar ok 47 - t now contains t/foo/bar ok 48 ok 49 - a should come before a/b ok 50 - a should come before a/c ok 51 - a/b should come before a/b/e/h ok 52 - a/b should come before a/c/f/i ok 53 - a/c should come before a/b/e/h ok 54 - a/c should come before a/c/f/i ok 55 - a should come before a/b ok 56 - a should come before a/c ok 57 - a/b should come before a/b/e/h ok 58 - a/c should come before a/c/f/i ok 59 - Ensure depth-first search ok 60 - a/b should come before a ok 61 - a/c should come before a ok 62 - a/b/e/h should come before a/b ok 63 - a/c/f/i should come before a/c ok 64 - Ensure depth-first search ok Failed 1/3 test scripts, 66.67% okay. 13/158 subtests failed, 91.77% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/02-foreign.t 29 13 44.83% 4 7-9 12 19-26 2 subtests skipped. make: *** [test_dynamic] Error 11