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 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls +DAportable +DS2.0 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" +Z "-I/home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/CORE" Util.c Running Mkbootstrap for Data::Util () chmod 644 Util.bs rm -f blib/arch/auto/Data/Util/Util.sl LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings Util.o -o blib/arch/auto/Data/Util/Util.sl chmod 755 blib/arch/auto/Data/Util/Util.sl 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 /home/cpanrun/pa-risc1.1/build/5.8.2/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') # Failed test (t/Hash.t at 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 7 - main->can('unlock_hash') not ok 8 - lock_keys() ok 9 ok 10 ok 11 # Failed test (t/Hash.t at line 34) # '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)' ok 12 not ok 13 # Failed test (t/Hash.t at line 37) Wide character in print at /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/Test/Builder.pm line 910. # '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 (t/Hash.t at line 41) # '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)' not ok 14 - wide hex key not ok 15 - trying to delete a locked key ok 16 - trying to change a locked key ok 17 # Failed test (t/Hash.t at line 49) # '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)' not ok 18 - trying to delete a key that doesnt exist 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 # Failed test (t/Hash.t at line 94) ok 25 - hash should not be altered by denied assignment 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 # Failed test (t/Hash.t at 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 29 not ok 30 - locked ok 31 - unlock_keys ok 32 - lock_keys() w/keyset didnt add new keys ok 33 ok 34 # Failed test (t/Hash.t at line 134) # '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)' not ok 35 - locked ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 1..42 # Looks like you failed 8 tests of 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 1/2 test scripts, 50.00% okay. 8/68 subtests failed, 88.24% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/Hash.t 8 2048 42 8 19.05% 8 13-15 18 26 30 35 make: *** [test_dynamic] Error 2