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 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp DirCompare.pm blib\lib\File\DirCompare.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\01_basic.t t\02_diffbrief.t t\03_changes.t t\06_cmp.t t\07_ignore_cmp.t t\08_ignore_unique.t t\10_whitespace.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-DirCompare/blib t\01_basic..........1..2 ok 1 - use File::DirCompare; not ok 2 - basic diff -r --brief okay # Failed test (t\01_basic.t at line 47) # got: 'Only in t01\old: aaa # Only in t01\new: bbb # Files t01\old\ddd and t01\new\ddd differ # ' # expected: 'Only in t01/old: aaa # Only in t01/new: bbb # Files t01/old/ddd and t01/new/ddd 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\02_diffbrief......1..2 ok 1 - use File::DirCompare; not ok 2 - longer diff -r --brief okay # 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 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; Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 46. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 41. Use of uninitialized value in concatenation (.) or string at t\03_changes.t line 46. not ok 2 - changes okay # Failed test (t\03_changes.t at line 55) # got: 'D # A # M # A # D # A # D # A # M # ' # 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 ok 1 - use File::DirCompare; not ok 2 - cmp ok # Failed test (t\06_cmp.t at 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. 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; not ok 2 - ignore_cmp ok # 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 # ' # 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; not ok 2 - ignore_unique ok # 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 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; not ok 2 - whitespace files okay # Failed test (t\10_whitespace.t at line 47) # got: 'Only in t10\old: ddd eee fff # Files t10\old\ggg hhh iii and t10\new\ggg hhh iii differ # Only in t10\new: jjj kkk lll # Only in t10\old: uuu vvv www # Files t10\old\xxx yyy zzz\bar and t10\new\xxx yyy zzz\bar differ # Only in t10\new\xxx yyy zzz: bog # Only in t10\old\xxx yyy zzz: foo # ' # expected: 'Only in t10/old: ddd eee fff # Files t10/old/ggg hhh iii and t10/new/ggg hhh iii differ # Only in t10/new: jjj kkk lll # Only in t10/old: uuu vvv www # Files t10/old/xxx yyy zzz/bar and t10/new/xxx yyy zzz/bar differ # Only in t10/new/xxx yyy zzz: bog # Only in t10/old/xxx yyy zzz: foo # ' # 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 Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\01_basic.t 1 256 2 1 50.00% 2 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 t\10_whitespace.t 1 256 2 1 50.00% 2 Failed 7/7 test scripts, 0.00% okay. 7/14 subtests failed, 50.00% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0x2' Stop.