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-error.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 NetHack::Logfile; ok t/01-basic..........1..4 ok 1 - make_logline works ok 2 - make_logline parse_logline make_logline works ok 3 - parse_logline works ok 4 - parse_logline make_logline parse_logline works ok t/02-error..........1..3 ok 1 - obviously bad logline parses to undef ok 2 - obviously crummy logline doesn't parse ok 3 - extra keys are OK 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..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 Failed 4/7 test scripts, 42.86% okay. 5/13 subtests failed, 61.54% 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 1 1 100.00% 1 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.