Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. rem rem C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/00-load.t t/01-basic.t t/02-heavy.t t/03-error-exception.t t/04-error-ignore.t t/05-error-correct.t t/10-read-file.t t/11-write-file.t t/12-read-error.t t/13-write-error.t t/00-load...............1..1 ok 1 - use Text::XLogfile; ok t/01-basic..............1..2 ok 1 - same fields out of make_xlogline ok 2 - same fields out of parse_xlogline ok t/02-heavy..............1..2 ok 1 - same fields out of make_xlogline ok 2 - same fields out of parse_xlogline ok t/03-error-exception....1..6 ok 1 - a=b:c:d=e returns undef ok 2 - Detecting error: Key 'a=b' contains invalid character: '='. ok 3 - Detecting error: Key 'a:b' contains invalid character: ':'. ok 4 - Detecting error: Key 'a\nb' contains invalid character: newline. ok 5 - Detecting error: Value 'a:b' (of key '1') contains invalid character: ':'. ok 6 - Detecting error: Value 'a\nb' (of key '1') contains invalid character: newline. ok t/04-error-ignore.......1..10 ok 1 - no error ok 2 - Trying to make logline: 'a=b=1' ok 3 - no error ok 4 - Trying to make logline: 'a:b=1' ok 5 - no error ok 6 - Trying to make logline: 'a\nb=1' ok 7 - no error ok 8 - Trying to make logline: '1=a:b' ok 9 - no error ok 10 - Trying to make logline: '1=a\nb' ok t/05-error-correct......1..10 ok 1 - no error ok 2 - Trying to make logline: 'a_b=1' ok 3 - no error ok 4 - Trying to make logline: 'a_b=1' ok 5 - no error ok 6 - Trying to make logline: 'a b=1' ok 7 - no error ok 8 - Trying to make logline: '1=a_b' ok 9 - no error ok 10 - Trying to make logline: '1=a b' ok t/10-read-file..........1..1 Can't call method "Scalar::Util::tainted" on an undefined value at C:/cpanrun-5.8/build/5-8-0/lib/File/Spec/Win32.pm line 67. # No tests run! dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/11-write-file.........1..2 Can't call method "Scalar::Util::tainted" on an undefined value at C:/cpanrun-5.8/build/5-8-0/lib/File/Spec/Win32.pm line 67. # No tests run! dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/12-read-error.........1..1 Can't call method "Scalar::Util::tainted" on an undefined value at C:/cpanrun-5.8/build/5-8-0/lib/File/Spec/Win32.pm line 67. # No tests run! dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/13-write-error........1..2 Can't call method "Scalar::Util::tainted" on an undefined value at C:/cpanrun-5.8/build/5-8-0/lib/File/Spec/Win32.pm line 67. # No tests run! dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay Failed 4/10 test scripts, 60.00% okay. 6/37 subtests failed, 83.78% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10-read-file.t 255 65280 1 1 100.00% 1 t/11-write-file.t 255 65280 2 2 100.00% 1-2 t/12-read-error.t 255 65280 1 1 100.00% 1 t/13-write-error.t 255 65280 2 2 100.00% 1-2 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.