Checking if your kit is complete... Looks good Writing Makefile for Data::Util Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Data/Util.pm blib\lib\Data\Util.pm cp lib/Hash/Util.pm blib\lib\Hash\Util.pm C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap Util.xs > Util.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Util.xsc Util.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Util.c Util.c Util.c(31) : warning C4101: 'RETVAL' : unreferenced local variable Running Mkbootstrap for Data::Util () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Util.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Data::Util\", 'DLBASE' => 'Util', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Data\Util\Util.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Util.obj C:\cpanrun\build\5-10-0\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:Util.def Creating library blib\arch\auto\Data\Util\Util.lib and object blib\arch\auto\Data\Util\Util.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Data\Util\Util.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Util.bs blib\arch\auto\Data\Util\Util.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Data\Util\Util.bs 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, '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....v-string in use/require non-portable at C:\cpanrun\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 '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 C:/cpanrun/build/5-10-0/lib/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' # at t/Hash.t 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 ' 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, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 8/68 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x8' Stop.