Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Mac::PropertyList cp lib/PropertyList.pm blib/lib/Mac/PropertyList.pm Manifying blib/man3/Mac::PropertyList.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/array.............1..5 ok 1 - Make empty object isa Mac::PropertyList::array ok 2 - Empty object has no elements ok 3 - Make object from plist string isa Mac::PropertyList::array ok 4 - Object has right number of values ok 5 - Object has right values ok t/basic_types.......1..5 ok 1 - basic data from an array ok 2 - basic data from a dict ok 3 - basic data from nested arrays ok 4 - basic data from nested dicts ok 5 - basic data from a scalar ok t/container.........1..2 ok 1 - The object isa Mac::PropertyList::dict ok 2 - The object isa Mac::PropertyList::array ok t/dict..............1..15 ok 1 - The object isa Mac::PropertyList::dict ok 2 - Empty object has right number of keys ok 3 - The object isa Mac::PropertyList::dict ok 4 - Has right number of keys ok 5 - Hasn't wrong number of keys ok 6 - Check hash keys ok 7 - Check hash values ok 8 - Mimi key exists ok 9 - Buster key exists ok 10 - Juliet key does not exist ok 11 - Check Mimi's value ok 12 - Check Buster's value ok 13 - Mimi key does not exist ok 14 - Buster key exists after delete ok 15 - Has right count after delete ok t/false_key.........1..3 ok 1 - use Mac::PropertyList; ok 2 - Zero and space are valid key values not ok 3 - Empty key causes parse_plist to die # TODO Doesn't work, but poor Andy doesn't know why. # Failed (TODO) test (t/false_key.t at line 45) # '' # doesn't match '(?-xism:key not defined)' FAILED test 3 Failed 1/3 tests, 66.67% okay t/import............ok 1 - require Mac::PropertyList; 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 FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/load..............1..1 ok 1 - use Mac::PropertyList; ok t/parse.............1..27 ok 1 - The object isa Mac::PropertyList::array ok 2 - Item is an array type ok 3 - The object isa Mac::PropertyList::array ok 4 - The object isa Mac::PropertyList::string ok 5 - The object isa Mac::PropertyList::string ok 6 - Mimi string is right ok 7 - Roscoe string is right ok 8 - The object isa Mac::PropertyList::dict ok 9 - item is a dict type ok 10 - The object isa Mac::PropertyList::dict ok 11 - Mimi key exists for dict ok 12 - The object isa Mac::PropertyList::string ok 13 - Mimi string has right value ok 14 - The object isa Mac::PropertyList::string ok 15 - type key has right value for string ok 16 - value is right for string ok 17 - The object isa Mac::PropertyList::string ok 18 - type key has right value for string ok 19 - value is right for string ok 20 - The object isa Mac::PropertyList::dict ok 21 - type key has right value for nested dict ok 22 - The object isa HASH ok 23 - The object isa Mac::PropertyList::dict ok 24 - item is a dict type ok 25 - The object isa Mac::PropertyList::dict ok 26 - Roscoe string has right value ok 27 - Boolean string has right value ok t/parse_plist_fh....ok 1 - use Mac::PropertyList; 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 FAILED tests 1-12 Failed 12/12 tests, 0.00% okay t/plists............1..4 # plists/com.apple.iPhoto.plist [1541 bytes] parsed in 0.027333 seconds ok 1 - The object isa HASH # plists/com.apple.iTunes.plist [35699 bytes] parsed in 0.283298 seconds ok 2 - The object isa HASH # plists/com.apple.systempreferences.plist [1030 bytes] parsed in 0.009255 seconds ok 3 - The object isa HASH # plists/com.unsanity.windowshadex.plist [711 bytes] parsed in 0.00869 seconds ok 4 - The object isa HASH ok t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/pod_coverage......1..0 # Skip Test::Pod::Coverage required for testing POD skipped: Test::Pod::Coverage required for testing POD 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 0.295908 ok 1 - Parsing time test ok t/write.............1..3 ok 1 - Original and rewritten string match ok 2 - Original and rewritten string match ok 3 - Nested dict ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/false_key.t 3 1 33.33% 3 t/import.t 14 14 100.00% 1-14 t/parse_plist_fh.t 12 12 100.00% 1-12 2 tests skipped. Failed 3/15 test scripts, 80.00% okay. 27/115 subtests failed, 76.52% okay. make: *** [test_dynamic] Error 29