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, 'blib\lib', 'blib\arch')" t\Data.t t\Hash.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....v-string in use/require non-portable at C:\cpanrun-5.8\depot\main\contrib-patched\perl\CPAN\src\Data-Hash-Utils\blib\lib/Hash/Util.pm line 3. 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 (t\Hash.t at line 21) not ok 8 - lock_keys() # '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 (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)' not ok 13 # Failed test (t\Hash.t at line 37) # '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)' not ok 14 - wide hex key # 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 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 ok 25 - hash should not be altered by denied assignment # Failed test (t\Hash.t at line 94) not ok 26 # 'Attempt to clear a restricted hash at t\Hash.t line 93. # ' # doesn't match '(?-xism:^Attempt to access( to)? key 'RO' in fixed hash)' # Failed test (t\Hash.t at line 103) not ok 27 # got: 'Attempt to clear a restricted hash at t\Hash.t line 102. # ' # expected: '' ok 28 - lock_keys() w/keyset shouldnt add new keys ok 29 # Failed test (t\Hash.t at line 115) not ok 30 - locked # '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 (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 9 tests of 42. dubious Test returned status 9 (wstat 2304, 0x900) DIED. FAILED tests 8, 13-15, 18, 26-27, 30, 35 Failed 9/42 tests, 78.57% okay Failed 1/2 test scripts, 50.00% okay. 9/68 subtests failed, 86.76% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\Hash.t 9 2304 42 9 21.43% 8 13-15 18 26-27 30 35 NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.