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 /Users/cpanrun/build/5.8.8/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 'longer diff -r --brief okay' # at t/02_diffbrief.t line 53. not ok 2 - longer diff -r --brief okay # 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 test of 2. 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 'changes okay' # at t/03_changes.t line 55. not ok 2 - changes okay # 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 # ' # Looks like you failed 1 test 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 'cmp ok' # at t/06_cmp.t line 43. # 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 test of 2. ok 1 - use File::DirCompare; not ok 2 - cmp ok 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 'ignore_cmp ok' # at t/07_ignore_cmp.t line 43. not ok 2 - ignore_cmp ok # 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 # ' # Looks like you failed 1 test 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 'ignore_unique ok' # at t/08_ignore_unique.t line 41. not ok 2 - ignore_unique ok # 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 test of 2. 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 Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_diffbrief.t 1 256 2 1 2 t/03_changes.t 1 256 2 1 2 t/06_cmp.t 1 256 2 1 2 t/07_ignore_cmp.t 1 256 2 1 2 t/08_ignore_unique.t 1 256 2 1 2 Failed 5/7 test scripts. 5/14 subtests failed. Files=7, Tests=14, 0 wallclock secs ( 0.44 cusr + 0.16 csys = 0.60 CPU) Failed 5/7 test programs. 5/14 subtests failed. make: *** [test_dynamic] Error 25