Cannot determine perl version info from lib/Mac/PropertyList/SAX.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72 >= 0.42) - Alias ...loaded. (2.32) - Carp ...loaded. (1.08) - constant ...loaded. (1.13) - enum ...loaded. (1.016) - Exporter ...loaded. (5.62) - Mac::PropertyList ...loaded. (1.31 >= 1.29) - MIME::Base64 ...loaded. (3.07) - Object::MultiType ...loaded. (0.05 >= 0.02) - XML::SAX::Base ...loaded. (1.02) - XML::SAX::ParserFactory ...loaded. (1.01) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Warning: the following files are missing in your kit: .cvsignore Please inform the author. Writing Makefile for Mac::PropertyList::SAX Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Mac/PropertyList/SAX.pm blib\lib\Mac\PropertyList\SAX.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/00-load.t t/array.t t/basic_types.t t/container.t t/create_from_ref.t t/dict.t t/false_key.t t/import.t t/load.t t/overload.t t/parse.t t/parse_plist_fh.t t/plists.t t/pod-coverage.t t/pod.t t/scalar.t t/time.t t/write.t t/00-load............1..1 ok 1 - use Mac::PropertyList::SAX; # Testing Mac::PropertyList::SAX 0.70, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok t/array..............1..5 ok 1 - Make empty object isa Mac::PropertyList::array ok 2 - Empty object has no elements not ok 3 - Make object from plist string isa Mac::PropertyList::array # Failed test 'Make object from plist string isa Mac::PropertyList::array' # at t/array.t line 29. # Make object from plist string isn't defined Can't call method "count" on an undefined value at t/array.t line 30. # Looks like you planned 5 tests but only ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-5 Failed 3/5 tests, 40.00% okay t/basic_types........1..5 Can't call method "as_basic_data" on an undefined value at t/basic_types.t line 20. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/container..........1..2 ok 1 - The object isa Mac::PropertyList::dict ok 2 - The object isa Mac::PropertyList::array ok t/create_from_ref....1..1 # Failed test 'recursive serialization / deserialization' # at t/create_from_ref.t line 26. not ok 1 - recursive serialization / deserialization # Structures begin differing at: # $got = undef # $expected = HASH(0x1ca066c) # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/dict...............1..15 ok 1 - The object isa Mac::PropertyList::dict ok 2 - Empty object has right number of keys # Failed test 'The object isa Mac::PropertyList::dict' # at t/dict.t line 30. # The object isn't defined Can't call method "count" on an undefined value at t/dict.t line 31. # Looks like you planned 15 tests but only ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test died just after 3. not ok 3 - The object isa Mac::PropertyList::dict dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-15 Failed 13/15 tests, 13.33% okay t/false_key..........1..3 ok 1 - use Mac::PropertyList::SAX; not ok 2 - Zero and space are valid key values # Failed test 'Zero and space are valid key values' # at t/false_key.t line 36. not ok 3 - Empty key causes parse_plist to die # TODO Doesn't work, but poor Andy doesn't know why. # Failed (TODO) test 'Empty key causes parse_plist to die' # at t/false_key.t line 45. # '' # doesn't match '(?-xism:key not defined)' # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/3 tests, 66.67% okay t/import.............ok 1 - require Mac::PropertyList::SAX; ok 2 - parse_plist is not defined yet ok 3 - parse_plist is now defined ok 4 - parse_plist_fh is not defined yet ok 5 - parse_plist_file is not defined yet ok 6 - plist_as_string is not defined yet ok 7 - create_from_hash is not defined yet ok 8 - create_from_array is not defined yet ok 9 - parse_plist is now defined yet ok 10 - parse_plist_fh is now defined yet ok 11 - parse_plist_file is now defined yet ok 12 - plist_as_string is now defined yet ok 13 - create_from_hash is now defined yet ok 14 - create_from_array is now defined yet 1..14 ok t/load...............1..1 ok 1 - use Mac::PropertyList::SAX; ok t/overload...........1..7 # Failed test 'string type check isa Mac::PropertyList::SAX::string' # at t/overload.t line 10. not ok 1 - string type check isa Mac::PropertyList::SAX::string # string type check isn't defined # Failed test 'ancestor string type check isa Mac::PropertyList::string' # at t/overload.t line 11. not ok 2 - ancestor string type check isa Mac::PropertyList::string # ancestor string type check isn't defined Use of uninitialized value in string at t/overload.t line 12. # Failed test 'string object stringification overload' # at t/overload.t line 12. # got: '' # expected: 'b' Use of uninitialized value in string at t/overload.t line 13. # Failed test 'boolean true stringification overload' # at t/overload.t line 13. # got: '' # expected: 'true' # Failed test 'boolean true boolification overload' # at t/overload.t line 14. # got: '' # expected: '1' Use of uninitialized value in string at t/overload.t line 15. # Failed test 'boolean false stringification overload' # at t/overload.t line 15. # got: '' # expected: 'false' # Looks like you failed 6 tests of 7. not ok 3 - string object stringification overload not ok 4 - boolean true stringification overload not ok 5 - boolean true boolification overload not ok 6 - boolean false stringification overload ok 7 - boolean false boolification overload dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 1-6 Failed 6/7 tests, 14.29% okay t/parse..............1..24 not ok 1 - The object isa Mac::PropertyList::array # Failed test 'The object isa Mac::PropertyList::array' # at t/parse.t line 56. # The object isn't defined Can't call method "type" on an undefined value at t/parse.t line 57. # Looks like you planned 24 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-24 Failed 24/24 tests, 0.00% okay t/parse_plist_fh.....ok 1 - use Mac::PropertyList::SAX; ok 2 - Sample plist file exists ok 3 - Opened plists/com.apple.systempreferences.plist ok 4 - return value is not false ok 5 - The object isa Mac::PropertyList::dict ok 6 - type key has right value for nested dict ok 7 - NSColorPanelMode has the right value ok 8 - Opened plists/com.apple.systempreferences.plist ok 9 - return value is not false ok 10 - The object isa Mac::PropertyList::dict ok 11 - type key has right value for nested dict ok 12 - NSColorPanelMode has the right value 1..12 ok t/plists.............1..6 # plists/com.apple.iPhoto.plist [1534 bytes] parsed in 0.425159 seconds ok 1 - The object isa HASH # plists/com.apple.iTunes.plist [35692 bytes] parsed in 1.85451 seconds ok 2 - The object isa HASH # plists/com.apple.systempreferences.plist [1023 bytes] parsed in 0.121387 seconds ok 3 - The object isa HASH # plists/com.unsanity.windowshadex.plist [704 bytes] parsed in 0.098079 seconds ok 4 - The object isa HASH # plists/test0.plist [550 bytes] parsed in 0.008314 seconds # Failed test 'The object isa HASH' # at t/plists.t line 34. # The object isn't defined not ok 5 - The object isa HASH # plists/test1.plist [418 bytes] parsed in 0.008513 seconds # Failed test 'The object isa HASH' # at t/plists.t line 34. # The object isn't defined # Looks like you failed 2 tests of 6. not ok 6 - The object isa HASH dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 5-6 Failed 2/6 tests, 66.67% okay t/pod-coverage.......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod................1..1 ok 1 - blib\lib\Mac\PropertyList\SAX.pm ok t/scalar.............1..23 ok 1 - The object isa Mac::PropertyList::date ok 2 - The object isa Mac::PropertyList::real ok 3 - The object isa Mac::PropertyList::real ok 4 ok 5 ok 6 ok 7 - The object isa Mac::PropertyList::integer ok 8 - The object isa Mac::PropertyList::integer ok 9 ok 10 ok 11 ok 12 - The object isa Mac::PropertyList::string ok 13 - The object isa Mac::PropertyList::string ok 14 ok 15 ok 16 ok 17 - The object isa Mac::PropertyList::data ok 18 - The object isa Mac::PropertyList::true ok 19 ok 20 ok 21 - The object isa Mac::PropertyList::false ok 22 ok 23 ok t/time...............1..1 Elapsed time is 2.03125 ok 1 - Parsing time test ok t/write..............1..3 Can't call method "write" on an undefined value at C:/cpanrun/build/5-10-0/site/lib/Mac/PropertyList.pm line 438. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/array.t 255 65280 5 5 3-5 t/basic_types.t 255 65280 5 10 1-5 t/create_from_ref.t 1 256 1 1 1 t/dict.t 255 65280 15 25 3-15 t/false_key.t 1 256 3 1 2 t/overload.t 6 1536 7 6 1-6 t/parse.t 255 65280 24 47 1-24 t/plists.t 2 512 6 2 5-6 t/write.t 255 65280 3 6 1-3 1 test skipped. Failed 9/18 test scripts. 58/124 subtests failed. Files=18, Tests=124, 14 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 9/18 test programs. 58/124 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.