Checking if your kit is complete... Looks good Writing Makefile for Data::Util cp lib/Data/Util.pm blib/lib/Data/Util.pm cp lib/Hash/Util.pm blib/lib/Hash/Util.pm /Users/cpanrun/build/5.8.8/bin/perl /Users/cpanrun/build/5.8.8/lib/5.8.8/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.8.8/lib/5.8.8/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-I/Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/CORE" Util.c Running Mkbootstrap for Data::Util () chmod 644 Util.bs rm -f blib/arch/auto/Data/Util/Util.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 Util.o -o blib/arch/auto/Data/Util/Util.bundle \ \ chmod 755 blib/arch/auto/Data/Util/Util.bundle cp Util.bs blib/arch/auto/Data/Util/Util.bs chmod 644 blib/arch/auto/Data/Util/Util.bs Manifying blib/man3/Data::Util.3 Manifying blib/man3/Hash::Util.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/Data....ok 1 - use Data::Util; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 1..26 ok t/Hash....ok 1 - use Hash::Util; ok 2 - main->can('lock_keys') ok 3 - main->can('unlock_keys') ok 4 - main->can('lock_value') ok 5 - main->can('unlock_value') ok 6 - main->can('lock_hash') ok 7 - main->can('unlock_hash') # Failed test 'lock_keys()' not ok 8 - lock_keys() # at t/Hash.t line 21. # 'Attempt to access disallowed key 'baz' in a restricted hash at t/Hash.t line 20. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'baz' in fixed hash)' ok 9 ok 10 ok 11 ok 12 # Failed test at t/Hash.t line 34. not ok 13 # 'Attempt to access disallowed key 'four' in a restricted hash at t/Hash.t line 33. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'four' in fixed hash)' # Failed test 'wide hex key' # at t/Hash.t line 37. not ok 14 - wide hex key Wide character in print at /Users/cpanrun/build/5.8.8/lib/5.8.8/Test/Builder.pm line 1266. # 'Attempt to access disallowed key '⌣' in a restricted hash at t/Hash.t line 36. # ' # doesn't match '(?-xism:^Attempt to access( to)? key '(.*)' in fixed hash)' # Failed test 'trying to delete a locked key' # at t/Hash.t line 41. not ok 15 - trying to delete a locked key # 'Attempt to delete readonly key 'locked' from a restricted hash at t/Hash.t line 40. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'locked' in fixed hash)' ok 16 - trying to change a locked key ok 17 # Failed test 'trying to delete a key that doesnt exist' # at t/Hash.t line 49. not ok 18 - trying to delete a key that doesnt exist # 'Attempt to delete disallowed key 'I_dont_exist' from a restricted hash at t/Hash.t line 48. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'I_dont_exist' in fixed hash)' ok 19 ok 20 - unlock_keys ok 21 - individual key still readonly ok 22 - but can be deleted :( ok 23 - unlock_value ok 24 - unlock_value() after denied assignment ok 25 - hash should not be altered by denied assignment # Failed test at t/Hash.t line 94. not ok 26 # 'Attempt to delete readonly key 'RO' from a restricted hash at t/Hash.t line 93. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'RO' in fixed hash)' ok 27 ok 28 - lock_keys() w/keyset shouldnt add new keys ok 29 # Failed test ' locked' not ok 30 - locked # at t/Hash.t line 115. # 'Attempt to access disallowed key 'wibble' in a restricted hash at t/Hash.t line 114. # ' # doesn't match '(?-xism:^Attempt to access key 'wibble' in fixed hash)' ok 31 - unlock_keys ok 32 - lock_keys() w/keyset didnt add new keys ok 33 ok 34 # Failed test ' locked' # at t/Hash.t line 134. not ok 35 - locked # 'Attempt to access disallowed key 'wibble' in a restricted hash at t/Hash.t line 133. # ' # doesn't match '(?-xism:^Attempt to access key 'wibble' in fixed hash)' ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 # Looks like you failed 8 tests of 42. 1..42 dubious Test returned status 8 (wstat 2048, 0x800) DIED. FAILED tests 8, 13-15, 18, 26, 30, 35 Failed 8/42 tests, 80.95% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Hash.t 8 2048 42 8 8 13-15 18 26 30 35 Failed 1/2 test scripts. 8/68 subtests failed. Files=2, Tests=68, 0 wallclock secs ( 0.19 cusr + 0.06 csys = 0.25 CPU) Failed 1/2 test programs. 8/68 subtests failed. make: *** [test_dynamic] Error 8