Checking if your kit is complete... Warning: the following files are missing in your kit: t/t10/new/aaa t/t10/new/ggg t/t10/new/jjj t/t10/new/xxx t/t10/old/aaa t/t10/old/ddd t/t10/old/ggg t/t10/old/uuu t/t10/old/xxx Please inform the author. Writing Makefile for File::DirCompare cp DirCompare.pm blib/lib/File/DirCompare.pm Manifying blib/man3/File::DirCompare.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_basic............1..2 ok 1 - use File::DirCompare; ok 2 - basic diff -r --brief okay ok t/02_diffbrief........1..2 ok 1 - use File::DirCompare; # Failed test (t/02_diffbrief.t at line 53) # got: 'Only in t02/old: aaa # Only in t02/new: bbb # Files t02/old/ddd and t02/new/ddd differ # Only in t02/new: eee # Only in t02/old: fff # Only in t02/new: ggg # ' # expected: 'Only in t02/old: aaa # Only in t02/new: bbb # Files t02/old/ddd and t02/new/ddd differ # File t02/old/eee is a directory while file t02/new/eee is a regular file # File t02/old/fff is a regular file while file t02/new/fff is a directory # Only in t02/new: ggg # ' # Looks like you failed 1 tests of 2. not ok 2 - longer diff -r --brief okay dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/03_changes..........1..2 ok 1 - use File::DirCompare; # Failed test (t/03_changes.t at line 55) # got: 'D aaa # A bbb # M ddd # A eee # D fff # A ggg # D jjj/kkk # A jjj/lll # M jjj/mmm # ' # expected: 'D aaa # A bbb # M ddd # D eee # A eee # D fff # A fff # A ggg # D jjj/kkk # A jjj/lll # M jjj/mmm # ' not ok 2 - changes okay # Looks like you failed 1 tests of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/06_cmp..............1..2 # Failed test (t/06_cmp.t at line 43) ok 1 - use File::DirCompare; not ok 2 - cmp ok # got: 'Files t06/old/ccc and t06/new/ccc differ # ' # expected: 'Files t06/old/ccc and t06/new/ccc differ # Files t06/old/eee and t06/new/eee differ # Files t06/old/fff and t06/new/fff differ # ' # Looks like you failed 1 tests of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/07_ignore_cmp.......1..2 ok 1 - use File::DirCompare; # Failed test (t/07_ignore_cmp.t at line 43) # got: 'Files t07/old/ccc and t07/new/ccc differ # Files t07/old/ddd and t07/new/ddd differ # ' # expected: 'Files t07/old/ccc and t07/new/ccc differ # Files t07/old/ddd and t07/new/ddd differ # Files t07/old/eee and t07/new/eee differ # Files t07/old/fff and t07/new/fff differ # ' not ok 2 - ignore_cmp ok # Looks like you failed 1 tests of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/08_ignore_unique....1..2 ok 1 - use File::DirCompare; # Failed test (t/08_ignore_unique.t at line 41) # got: 'Files t08/old/ddd and t08/new/ddd differ # ' # expected: 'Files t08/old/ddd and t08/new/ddd differ # Files t08/old/eee and t08/new/eee differ # Files t08/old/fff and t08/new/fff differ # ' # Looks like you failed 1 tests of 2. not ok 2 - ignore_unique ok dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/10_whitespace.......1..2 ok 1 - use File::DirCompare; ok 2 - whitespace files okay ok Failed 5/7 test scripts, 28.57% okay. 5/14 subtests failed, 64.29% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/02_diffbrief.t 1 256 2 1 50.00% 2 t/03_changes.t 1 256 2 1 50.00% 2 t/06_cmp.t 1 256 2 1 50.00% 2 t/07_ignore_cmp.t 1 256 2 1 50.00% 2 t/08_ignore_unique.t 1 256 2 1 50.00% 2 make: *** [test_dynamic] Error 25