Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. 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\pod-coverage.t t\pod.t t\reader-err.t t\reader.t t\writer.t t\00-load.........1..2 ok 1 - use Config::INI::Reader; ok 2 - use Config::INI::Writer; ok t\pod-coverage....1..3 ok 1 - Pod coverage on Config::INI # Config::INI: no public symbols defined ok 2 - Pod coverage on Config::INI::Reader ok 3 - Pod coverage on Config::INI::Writer ok t\pod.............1..3 ok 1 - blib\lib\Config\INI.pm ok 2 - blib\lib\Config\INI\Reader.pm ok 3 - blib\lib\Config\INI\Writer.pm ok t\reader-err......1..7 ok 1 - read_file without args ok 2 - read_file with non-existent file ok 3 - read_file on non-plain-file 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. # Looks like you planned 7 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-7 Failed 4/7 tests, 42.86% okay t\reader..........1..8 ok 1 - use Config::INI::Reader; ok 2 - return of Config::INI::Reader->read_file isa HASH ok 3 - Config structure matches expected ok 4 - return of Config::INI::Reader->read_string isa HASH ok 5 - ->read_string returns expected value ok 6 - ->read_handle returns expected value ok 7 - an empty string gets an empty hashref ok 8 - we can use 0 as a section name ok t\writer..........1..20 ok 1 - use Config::INI::Reader; ok 2 - use Config::INI::Writer; ok 3 - we can round-trip hashy data ok 4 - we can round-trip hashy data, object method ok 5 - stringifying AOA, _ first ok 6 - stringifying AOA, _ first, object method ok 7 - stringifying AOA, _ later ok 8 - stringifying AOA, _ later, object method ok 9 - all array/hash combinations seem miscible ok 10 - you can't set property B in section A more than once 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. # Looks like you planned 20 tests but only ran 10. # Looks like your test died just after 10. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 11-20 Failed 10/20 tests, 50.00% okay Failed 2/6 test scripts, 66.67% okay. 14/43 subtests failed, 67.44% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\reader-err.t 255 65280 7 4 57.14% 4-7 t\writer.t 255 65280 20 10 50.00% 11-20 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.