Checking if your kit is complete... Looks good Writing Makefile for Storable Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp Storable.pm blib\lib\Storable.pm AutoSplitting blib\lib\Storable.pm (blib\lib\auto\Storable) 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 Storable.xs > Storable.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Storable.xsc Storable.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=\"2.18\" -DXS_VERSION=\"2.18\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Storable.c Storable.c Running Mkbootstrap for Storable () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Storable.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Storable\", 'DLBASE' => 'Storable', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Storable\Storable.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Storable.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:Storable.def Creating library blib\arch\auto\Storable\Storable.lib and object blib\arch\auto\Storable\Storable.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Storable\Storable.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Storable.bs blib\arch\auto\Storable\Storable.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Storable\Storable.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/attach_errors.......1..35 ok 1 - Storable does not die when STORABLE_freeze does not return references ok 2 - Storable freezes to a string successfully ok 3 - Storable dies correctly when STORABLE_freeze returns a referece ok 4 - Storable dies with the expected error ok 5 - Storable freezes to a string as expected ok 6 - The object isa My::GoodThaw ok 7 - My::GoodThaw thawed correctly as expected ok 8 - BadThaw was frozen with references correctly ok 9 - My::BadThaw object dies when thawing as expected ok 10 - Dies with the expected error message ok 11 - My::GoodAttach return as expected ok 12 - The object isa My::GoodAttach ok 13 - The slightly-tricky good "returns a subclass" case returns as expected ok 14 - BadAttach freezes as expected ok 15 - BadAttach dies on thaw ok 16 - BadAttach dies on thaw with the expected error message ok 17 - Double checking $thawed was not set ok 18 - BadAttach dies on thaw ok 19 - BadAttach dies on thaw with the expected error message ok 20 - Double checking $thawed was not set ok 21 - BadAttach dies on thaw ok 22 - BadAttach dies on thaw with the expected error message ok 23 - Double checking $thawed was not set ok 24 - BadAttach dies on thaw ok 25 - BadAttach dies on thaw with the expected error message ok 26 - Double checking $thawed was not set ok 27 - BadAttach dies on thaw ok 28 - BadAttach dies on thaw with the expected error message ok 29 - Double checking $thawed was not set ok 30 - BadAttach dies on thaw ok 31 - BadAttach dies on thaw with the expected error message ok 32 - Double checking $thawed was not set ok 33 - BadAttach dies on thaw ok 34 - BadAttach dies on thaw with the expected error message ok 35 - Double checking $thawed was not set ok t/attach_singleton....1..11 ok 1 - The object isa My::Singleton ok 2 - The object isa My::Singleton ok 3 - Class is a singleton ok 4 - freeze returns a string ok 5 - STORABLE_attach passed class, and not an object ok 6 - STORABLE_attach is passed the correct class name ok 7 - We are not in a dclone ok 8 - STORABLE_attach gets the string back ok 9 - Struct superficially looks like the original ok 10 - Singleton thaws correctly ok 11 - Empiric testing corfirms correct behaviour ok t/blessed.............1..54 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # y x 1 ok 13 ok 14 ok 15 ok 16 # n x 1 ok 17 ok 18 ok 19 ok 20 # u x 1 ok 21 ok 22 ok 23 ok 24 # y x 2 ok 25 ok 26 ok 27 ok 28 # n x 2 ok 29 ok 30 ok 31 ok 32 # u x 2 ok 33 ok 34 ok 35 ok 36 # y x 3 ok 37 ok 38 ok 39 ok 40 # n x 3 ok 41 ok 42 ok 43 ok 44 # u x 3 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok t/canonical...........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/circular_hook.......1..9 ok 1 - Top level ARRAY ok 2 - ARRAY contains one element ok 3 - The object isa Foo ok 4 - Foo contains one element ok 5 - The object isa Bar ok 6 - Bar contains one element ok 7 - The object isa Foo ok 8 - Circular is... well... circular ok 9 - thaw order is correct (depth first) ok t/code................1..59 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Feb 27 03:29:50 2008 # Current time GMT: Wed Feb 27 11:29:50 2008 # Using Test.pm version 1.25 ok 1 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 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok t/compat01............1..2 ok 1 ok 2 ok t/compat06............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/croak...............1..2 ok 1 ok 2 ok t/dclone..............1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/downgrade...........1..169 ok 1 - Thawed Hash with utf8 flag but no utf8 keys without error? ok 2 - The object isa HASH ok 3 - And it is the hash we expected? # We have Hash::Util, so test that the restricted hashes in are valid ok 4 - Thawed Locked hash without error? ok 5 - The object isa HASH ok 6 - And it is the hash we expected? ok 7 - trying to change a locked key ok 8 - hash should not change? ok 9 - trying to add another key ok 10 - Still the same keys? ok 11 - Thawed Locked hash placeholder without error? ok 12 - The object isa HASH ok 13 - And it is the hash we expected? ok 14 - trying to change a locked key ok 15 - hash should not change? ok 16 - trying to add another key ok 17 - Still the same keys? ok 18 - No errors ok 19 - New value added ok 20 - Thawed Locked keys without error? ok 21 - The object isa HASH ok 22 - And it is the hash we expected? ok 23 - trying to change a restricted key ok 24 - hash should change ok 25 - trying to add another key ok 26 - Still the same keys? ok 27 - Thawed Locked keys placeholder without error? ok 28 - The object isa HASH ok 29 - And it is the hash we expected? ok 30 - trying to change a restricted key ok 31 - hash should change ok 32 - trying to add another key ok 33 - Still the same keys? ok 34 - No errors ok 35 - New value added ok 36 - Thawed Locked hash without error? ok 37 - The object isa HASH ok 38 - And it is the hash we expected? ok 39 - trying to change a locked key ok 40 - hash should not change? ok 41 - trying to add another key ok 42 - Still the same keys? ok 43 - Thawed Locked hash placeholder without error? ok 44 - The object isa HASH ok 45 - And it is the hash we expected? ok 46 - trying to change a locked key ok 47 - hash should not change? ok 48 - trying to add another key ok 49 - Still the same keys? ok 50 - No errors ok 51 - New value added ok 52 - Thawed Locked keys without error? ok 53 - The object isa HASH ok 54 - And it is the hash we expected? ok 55 - trying to change a restricted key ok 56 - hash should change ok 57 - trying to add another key ok 58 - Still the same keys? ok 59 - Thawed Locked keys placeholder without error? ok 60 - The object isa HASH ok 61 - And it is the hash we expected? ok 62 - trying to change a restricted key ok 63 - hash should change ok 64 - trying to add another key ok 65 - Still the same keys? ok 66 - No errors ok 67 - New value added ok 68 - Thawed Locked hash without error? ok 69 - The object isa HASH ok 70 - And it is the hash we expected? ok 71 - trying to change a locked key ok 72 - hash should not change? ok 73 - trying to add another key ok 74 - Still the same keys? ok 75 - Thawed Locked hash placeholder without error? ok 76 - The object isa HASH ok 77 - And it is the hash we expected? ok 78 - trying to change a locked key ok 79 - hash should not change? ok 80 - trying to add another key ok 81 - Still the same keys? ok 82 - No errors ok 83 - New value added ok 84 - Thawed Locked keys without error? ok 85 - The object isa HASH ok 86 - And it is the hash we expected? ok 87 - trying to change a restricted key ok 88 - hash should change ok 89 - trying to add another key ok 90 - Still the same keys? ok 91 - Thawed Locked keys placeholder without error? ok 92 - The object isa HASH ok 93 - And it is the hash we expected? ok 94 - trying to change a restricted key ok 95 - hash should change ok 96 - trying to add another key ok 97 - Still the same keys? ok 98 - No errors ok 99 - New value added ok 100 - Thawed Locked hash without error? ok 101 - The object isa HASH ok 102 - And it is the hash we expected? ok 103 - trying to change a locked key ok 104 - hash should not change? ok 105 - trying to add another key ok 106 - Still the same keys? ok 107 - Thawed Locked hash placeholder without error? ok 108 - The object isa HASH ok 109 - And it is the hash we expected? ok 110 - trying to change a locked key ok 111 - hash should not change? ok 112 - trying to add another key ok 113 - Still the same keys? ok 114 - No errors ok 115 - New value added ok 116 - Thawed Locked keys without error? ok 117 - The object isa HASH ok 118 - And it is the hash we expected? ok 119 - trying to change a restricted key ok 120 - hash should change ok 121 - trying to add another key ok 122 - Still the same keys? ok 123 - Thawed Locked keys placeholder without error? ok 124 - The object isa HASH ok 125 - And it is the hash we expected? ok 126 - trying to change a restricted key ok 127 - hash should change ok 128 - trying to add another key ok 129 - Still the same keys? ok 130 - No errors ok 131 - New value added # We have utf8 scalars, so test that the utf8 scalars in are valid ok 132 - Thawed Short 8 bit utf8 data without error? ok 133 - Thawed Short 8 bit utf8 data? isa SCALAR ok 134 - And it is the data we expected? ok 135 - Thawed Long 8 bit utf8 data without error? ok 136 - Thawed Long 8 bit utf8 data? isa SCALAR ok 137 - And it is the data we expected? ok 138 - Thawed Short 24 bit utf8 data without error? ok 139 - Thawed Short 24 bit utf8 data? isa SCALAR ok 140 - And it is the data we expected? ok 141 - Thawed Long 24 bit utf8 data without error? ok 142 - Thawed Long 24 bit utf8 data? isa SCALAR ok 143 - And it is the data we expected? # We have utf8 hashes, so test that the utf8 hashes in are valid ok 144 - Thawed Hash with utf8 keys without error? ok 145 - The object isa HASH ok 146 - And it is the hash we expected? ok 147 - key length 6 ok 148 ok 149 - key length 6 ok 150 ok 151 - key length 1 ok 152 ok 153 - key length 7 ok 154 # We have Hash::Util, so test that the restricted utf8 hash is valid ok 155 - Thawed Locked hash with utf8 keys without error? ok 156 - The object isa HASH ok 157 - And it is the hash we expected? ok 158 - key length 6 ok 159 ok 160 - key length 6 ok 161 ok 162 - key length 1 ok 163 ok 164 - key length 7 ok 165 ok 166 - trying to change a locked key ok 167 - hash should not change? ok 168 - trying to add another key ok 169 - Still the same keys? ok t/file_magic..........1..79 ok 1 - empty file give undef ok 2 - ...and croaks ok 3 - not an image ok 4 - got info ok 5 - file set ok 6 - hdrsize ok 7 - sane version ok 8 - version_nv match ok 9 - sane major ok 10 - have minor ok 11 - large enough minor ok 12 - no netorder ok 13 - ptrsize match Config ok 14 - byteorder match Config ok 15 - longsize match Config ok 16 - intsize match Config ok 17 - nvsize match Config ok 18 - got info ok 19 - file set ok 20 - hdrsize ok 21 - sane version ok 22 - version_nv match ok 23 - sane major ok 24 - have minor ok 25 - large enough minor ok 26 - no netorder ok 27 - no byteorder ok 28 - no intsize ok 29 - no longsize ok 30 - no ptrsize ok 31 - no nvsize ok 32 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.1.le32 ok 33 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.1.le32 ok 34 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.4_07.le32 ok 35 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.4_07.le32 ok 36 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.4_07.neutral ok 37 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.4_07.neutral ok 38 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.604.le32 ok 39 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.604.le32 ok 40 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.604.neutral ok 41 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.604.neutral ok 42 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.700.le32 ok 43 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.700.le32 ok 44 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.700.neutral ok 45 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-0.700.neutral ok 46 - file_magic data_perl-5.006001_i686-linux-thread-multi_Storable-1.012.le32 ok 47 - read magic data_perl-5.006001_i686-linux-thread-multi_Storable-1.012.le32 ok 48 - file_magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.006.be32 ok 49 - read magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.006.be32 ok 50 - file_magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.006.neutral ok 51 - read magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.006.neutral ok 52 - file_magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.012.be32 ok 53 - read magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.012.be32 ok 54 - file_magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.012.neutral ok 55 - read magic data_perl-5.006001_IA64.ARCHREV_0-thread-multi_Storable-1.012.neutral ok 56 - file_magic data_perl-5.008001_darwin-thread-multi-2level_Storable-2.08.be32 ok 57 - read magic data_perl-5.008001_darwin-thread-multi-2level_Storable-2.08.be32 ok 58 - file_magic data_perl-5.008001_darwin-thread-multi-2level_Storable-2.08.neutral ok 59 - read magic data_perl-5.008001_darwin-thread-multi-2level_Storable-2.08.neutral ok 60 - file_magic data_perl-5.008003_PA-RISC1.1-thread-multi_Storable-2.09.be32 ok 61 - read magic data_perl-5.008003_PA-RISC1.1-thread-multi_Storable-2.09.be32 ok 62 - file_magic data_perl-5.008003_PA-RISC1.1-thread-multi_Storable-2.09.neutral ok 63 - read magic data_perl-5.008003_PA-RISC1.1-thread-multi_Storable-2.09.neutral ok 64 - file_magic data_perl-5.008004_i86pc-solaris-64int_Storable-2.12.le64 ok 65 - read magic data_perl-5.008004_i86pc-solaris-64int_Storable-2.12.le64 ok 66 - file_magic data_perl-5.008006_i686-linux-thread-multi_Storable-2.13.le32 ok 67 - read magic data_perl-5.008006_i686-linux-thread-multi_Storable-2.13.le32 ok 68 - file_magic data_perl-5.008007_IA64.ARCHREV_0-thread-multi-LP64_Storable-2.13.be64 ok 69 - read magic data_perl-5.008007_IA64.ARCHREV_0-thread-multi-LP64_Storable-2.13.be64 ok 70 - file_magic data_perl-5.008007_x86-solaris-thread-multi-64_Storable-2.15.le64 ok 71 - read magic data_perl-5.008007_x86-solaris-thread-multi-64_Storable-2.15.le64 ok 72 - file_magic data_perl-5.008007_x86-solaris-thread-multi-64_Storable-2.15.neutral ok 73 - read magic data_perl-5.008007_x86-solaris-thread-multi-64_Storable-2.15.neutral ok 74 - file_magic data_perl-5.008_i686-linux-thread-multi_Storable-2.04.le32 ok 75 - read magic data_perl-5.008_i686-linux-thread-multi_Storable-2.04.le32 ok 76 - file_magic data_perl-5.008_i686-linux-thread-multi_Storable-2.04.neutral ok 77 - read magic data_perl-5.008_i686-linux-thread-multi_Storable-2.04.neutral ok 78 - file_magic data_perl-5.009003_i686-linux_Storable-2.15.le32 ok 79 - read magic data_perl-5.009003_i686-linux_Storable-2.15.le32 ok t/forgive.............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/freeze..............1..20 ok 1 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 t/integer.............1..875 ok 1 - Should be no error dcloning ok 2 - dlcone is only 1 process, not 2 ok 3 - got back a scalar ref? ok 4 - dclone -1 (bitpattern) ok 5 - dclone -1 (sign) ok 6 - Should be no error dcloning ok 7 - dlcone is only 1 process, not 2 ok 8 - got back a scalar ref? ok 9 - dclone 0 (bitpattern) ok 10 - dclone 0 (sign) ok 11 - Should be no error dcloning ok 12 - dlcone is only 1 process, not 2 ok 13 - got back a scalar ref? ok 14 - dclone 1 (bitpattern) ok 15 - dclone 1 (sign) ok 16 - Should be no error dcloning ok 17 - dlcone is only 1 process, not 2 ok 18 - got back a scalar ref? ok 19 - dclone -127 (bitpattern) ok 20 - dclone -127 (sign) ok 21 - Should be no error dcloning ok 22 - dlcone is only 1 process, not 2 ok 23 - got back a scalar ref? ok 24 - dclone -128 (bitpattern) ok 25 - dclone -128 (sign) ok 26 - Should be no error dcloning ok 27 - dlcone is only 1 process, not 2 ok 28 - got back a scalar ref? ok 29 - dclone -129 (bitpattern) ok 30 - dclone -129 (sign) ok 31 - Should be no error dcloning ok 32 - dlcone is only 1 process, not 2 ok 33 - got back a scalar ref? ok 34 - dclone 42 (bitpattern) ok 35 - dclone 42 (sign) ok 36 - Should be no error dcloning ok 37 - dlcone is only 1 process, not 2 ok 38 - got back a scalar ref? ok 39 - dclone 126 (bitpattern) ok 40 - dclone 126 (sign) ok 41 - Should be no error dcloning ok 42 - dlcone is only 1 process, not 2 ok 43 - got back a scalar ref? ok 44 - dclone 127 (bitpattern) ok 45 - dclone 127 (sign) ok 46 - Should be no error dcloning ok 47 - dlcone is only 1 process, not 2 ok 48 - got back a scalar ref? ok 49 - dclone 128 (bitpattern) ok 50 - dclone 128 (sign) ok 51 - Should be no error dcloning ok 52 - dlcone is only 1 process, not 2 ok 53 - got back a scalar ref? ok 54 - dclone 129 (bitpattern) ok 55 - dclone 129 (sign) ok 56 - Should be no error dcloning ok 57 - dlcone is only 1 process, not 2 ok 58 - got back a scalar ref? ok 59 - dclone 254 (bitpattern) ok 60 - dclone 254 (sign) ok 61 - Should be no error dcloning ok 62 - dlcone is only 1 process, not 2 ok 63 - got back a scalar ref? ok 64 - dclone 255 (bitpattern) ok 65 - dclone 255 (sign) ok 66 - Should be no error dcloning ok 67 - dlcone is only 1 process, not 2 ok 68 - got back a scalar ref? ok 69 - dclone 256 (bitpattern) ok 70 - dclone 256 (sign) ok 71 - Should be no error dcloning ok 72 - dlcone is only 1 process, not 2 ok 73 - got back a scalar ref? ok 74 - dclone 257 (bitpattern) ok 75 - dclone 257 (sign) ok 76 - Should be no error dcloning ok 77 - dlcone is only 1 process, not 2 ok 78 - got back a scalar ref? ok 79 - dclone -2147483647 (bitpattern) ok 80 - dclone -2147483647 (sign) ok 81 - Should be no error dcloning ok 82 - dlcone is only 1 process, not 2 ok 83 - got back a scalar ref? ok 84 - dclone -2147483648 (bitpattern) ok 85 - dclone -2147483648 (sign) ok 86 - Should be no error dcloning ok 87 - dlcone is only 1 process, not 2 ok 88 - got back a scalar ref? ok 89 - dclone -2147483649 (bitpattern) ok 90 - dclone -2147483649 (sign) ok 91 - Should be no error dcloning ok 92 - dlcone is only 1 process, not 2 ok 93 - got back a scalar ref? ok 94 - dclone 2147483646 (bitpattern) ok 95 - dclone 2147483646 (sign) ok 96 - Should be no error dcloning ok 97 - dlcone is only 1 process, not 2 ok 98 - got back a scalar ref? ok 99 - dclone 2147483647 (bitpattern) ok 100 - dclone 2147483647 (sign) ok 101 - Should be no error dcloning ok 102 - dlcone is only 1 process, not 2 ok 103 - got back a scalar ref? ok 104 - dclone 2147483648 (bitpattern) ok 105 - dclone 2147483648 (sign) ok 106 - Should be no error dcloning ok 107 - dlcone is only 1 process, not 2 ok 108 - got back a scalar ref? ok 109 - dclone -2147483648 (bitpattern) ok 110 - dclone -2147483648 (sign) ok 111 - Should be no error dcloning ok 112 - dlcone is only 1 process, not 2 ok 113 - got back a scalar ref? ok 114 - dclone -2147483647 (bitpattern) ok 115 - dclone -2147483647 (sign) ok 116 - Should be no error dcloning ok 117 - dlcone is only 1 process, not 2 ok 118 - got back a scalar ref? ok 119 - dclone 2147483646 (bitpattern) ok 120 - dclone 2147483646 (sign) ok 121 - Should be no error dcloning ok 122 - dlcone is only 1 process, not 2 ok 123 - got back a scalar ref? ok 124 - dclone 2147483647 (bitpattern) ok 125 - dclone 2147483647 (sign) ok 126 - Should be no error dcloning ok 127 - dlcone is only 1 process, not 2 ok 128 - got back a scalar ref? ok 129 - dclone 2147483647 (bitpattern) ok 130 - dclone 2147483647 (sign) ok 131 - Should be no error dcloning ok 132 - dlcone is only 1 process, not 2 ok 133 - got back a scalar ref? ok 134 - dclone 2147483648 (bitpattern) ok 135 - dclone 2147483648 (sign) ok 136 - Should be no error dcloning ok 137 - dlcone is only 1 process, not 2 ok 138 - got back a scalar ref? ok 139 - dclone 2147483649 (bitpattern) ok 140 - dclone 2147483649 (sign) ok 141 - Should be no error dcloning ok 142 - dlcone is only 1 process, not 2 ok 143 - got back a scalar ref? ok 144 - dclone 4294967295 (bitpattern) ok 145 - dclone 4294967295 (sign) ok 146 - Should be no error dcloning ok 147 - dlcone is only 1 process, not 2 ok 148 - got back a scalar ref? ok 149 - dclone 3735928559 (bitpattern) ok 150 - dclone 3735928559 (sign) ok 151 - Should be no error dcloning ok 152 - dlcone is only 1 process, not 2 ok 153 - got back a scalar ref? ok 154 - dclone 2147483648 (bitpattern) ok 155 - dclone 2147483648 (sign) ok 156 - Should be no error dcloning ok 157 - dlcone is only 1 process, not 2 ok 158 - got back a scalar ref? ok 159 - dclone 4294967294 (bitpattern) ok 160 - dclone 4294967294 (sign) ok 161 - Should be no error dcloning ok 162 - dlcone is only 1 process, not 2 ok 163 - got back a scalar ref? ok 164 - dclone 4294967295 (bitpattern) ok 165 - dclone 4294967295 (sign) ok 166 - Should be no error dcloning ok 167 - dlcone is only 1 process, not 2 ok 168 - got back a scalar ref? ok 169 - dclone 2627509404 (bitpattern) ok 170 - dclone 2627509404 (sign) ok 171 - Should be no error dcloning ok 172 - dlcone is only 1 process, not 2 ok 173 - got back a scalar ref? ok 174 - dclone 2559831922 (bitpattern) ok 175 - dclone 2559831922 (sign) ok 176 - Should be no error freezing ok 177 - Should be no error thawing ok 178 - got back a scalar ref? ok 179 - freeze/thaw -1 (bitpattern) ok 180 - freeze/thaw -1 (sign) ok 181 - Should be no error freezing ok 182 - Should be no error thawing ok 183 - got back a scalar ref? ok 184 - freeze/thaw 0 (bitpattern) ok 185 - freeze/thaw 0 (sign) ok 186 - Should be no error freezing ok 187 - Should be no error thawing ok 188 - got back a scalar ref? ok 189 - freeze/thaw 1 (bitpattern) ok 190 - freeze/thaw 1 (sign) ok 191 - Should be no error freezing ok 192 - Should be no error thawing ok 193 - got back a scalar ref? ok 194 - freeze/thaw -127 (bitpattern) ok 195 - freeze/thaw -127 (sign) ok 196 - Should be no error freezing ok 197 - Should be no error thawing ok 198 - got back a scalar ref? ok 199 - freeze/thaw -128 (bitpattern) ok 200 - freeze/thaw -128 (sign) ok 201 - Should be no error freezing ok 202 - Should be no error thawing ok 203 - got back a scalar ref? ok 204 - freeze/thaw -129 (bitpattern) ok 205 - freeze/thaw -129 (sign) ok 206 - Should be no error freezing ok 207 - Should be no error thawing ok 208 - got back a scalar ref? ok 209 - freeze/thaw 42 (bitpattern) ok 210 - freeze/thaw 42 (sign) ok 211 - Should be no error freezing ok 212 - Should be no error thawing ok 213 - got back a scalar ref? ok 214 - freeze/thaw 126 (bitpattern) ok 215 - freeze/thaw 126 (sign) ok 216 - Should be no error freezing ok 217 - Should be no error thawing ok 218 - got back a scalar ref? ok 219 - freeze/thaw 127 (bitpattern) ok 220 - freeze/thaw 127 (sign) ok 221 - Should be no error freezing ok 222 - Should be no error thawing ok 223 - got back a scalar ref? ok 224 - freeze/thaw 128 (bitpattern) ok 225 - freeze/thaw 128 (sign) ok 226 - Should be no error freezing ok 227 - Should be no error thawing ok 228 - got back a scalar ref? ok 229 - freeze/thaw 129 (bitpattern) ok 230 - freeze/thaw 129 (sign) ok 231 - Should be no error freezing ok 232 - Should be no error thawing ok 233 - got back a scalar ref? ok 234 - freeze/thaw 254 (bitpattern) ok 235 - freeze/thaw 254 (sign) ok 236 - Should be no error freezing ok 237 - Should be no error thawing ok 238 - got back a scalar ref? ok 239 - freeze/thaw 255 (bitpattern) ok 240 - freeze/thaw 255 (sign) ok 241 - Should be no error freezing ok 242 - Should be no error thawing ok 243 - got back a scalar ref? ok 244 - freeze/thaw 256 (bitpattern) ok 245 - freeze/thaw 256 (sign) ok 246 - Should be no error freezing ok 247 - Should be no error thawing ok 248 - got back a scalar ref? ok 249 - freeze/thaw 257 (bitpattern) ok 250 - freeze/thaw 257 (sign) ok 251 - Should be no error freezing ok 252 - Should be no error thawing ok 253 - got back a scalar ref? ok 254 - freeze/thaw -2147483647 (bitpattern) ok 255 - freeze/thaw -2147483647 (sign) ok 256 - Should be no error freezing ok 257 - Should be no error thawing ok 258 - got back a scalar ref? ok 259 - freeze/thaw -2147483648 (bitpattern) ok 260 - freeze/thaw -2147483648 (sign) ok 261 - Should be no error freezing ok 262 - Should be no error thawing ok 263 - got back a scalar ref? ok 264 - freeze/thaw -2147483649 (bitpattern) ok 265 - freeze/thaw -2147483649 (sign) ok 266 - Should be no error freezing ok 267 - Should be no error thawing ok 268 - got back a scalar ref? ok 269 - freeze/thaw 2147483646 (bitpattern) ok 270 - freeze/thaw 2147483646 (sign) ok 271 - Should be no error freezing ok 272 - Should be no error thawing ok 273 - got back a scalar ref? ok 274 - freeze/thaw 2147483647 (bitpattern) ok 275 - freeze/thaw 2147483647 (sign) ok 276 - Should be no error freezing ok 277 - Should be no error thawing ok 278 - got back a scalar ref? ok 279 - freeze/thaw 2147483648 (bitpattern) ok 280 - freeze/thaw 2147483648 (sign) ok 281 - Should be no error freezing ok 282 - Should be no error thawing ok 283 - got back a scalar ref? ok 284 - freeze/thaw -2147483648 (bitpattern) ok 285 - freeze/thaw -2147483648 (sign) ok 286 - Should be no error freezing ok 287 - Should be no error thawing ok 288 - got back a scalar ref? ok 289 - freeze/thaw -2147483647 (bitpattern) ok 290 - freeze/thaw -2147483647 (sign) ok 291 - Should be no error freezing ok 292 - Should be no error thawing ok 293 - got back a scalar ref? ok 294 - freeze/thaw 2147483646 (bitpattern) ok 295 - freeze/thaw 2147483646 (sign) ok 296 - Should be no error freezing ok 297 - Should be no error thawing ok 298 - got back a scalar ref? ok 299 - freeze/thaw 2147483647 (bitpattern) ok 300 - freeze/thaw 2147483647 (sign) ok 301 - Should be no error freezing ok 302 - Should be no error thawing ok 303 - got back a scalar ref? ok 304 - freeze/thaw 2147483647 (bitpattern) ok 305 - freeze/thaw 2147483647 (sign) ok 306 - Should be no error freezing ok 307 - Should be no error thawing ok 308 - got back a scalar ref? ok 309 - freeze/thaw 2147483648 (bitpattern) ok 310 - freeze/thaw 2147483648 (sign) ok 311 - Should be no error freezing ok 312 - Should be no error thawing ok 313 - got back a scalar ref? ok 314 - freeze/thaw 2147483649 (bitpattern) ok 315 - freeze/thaw 2147483649 (sign) ok 316 - Should be no error freezing ok 317 - Should be no error thawing ok 318 - got back a scalar ref? ok 319 - freeze/thaw 4294967295 (bitpattern) ok 320 - freeze/thaw 4294967295 (sign) ok 321 - Should be no error freezing ok 322 - Should be no error thawing ok 323 - got back a scalar ref? ok 324 - freeze/thaw 3735928559 (bitpattern) ok 325 - freeze/thaw 3735928559 (sign) ok 326 - Should be no error freezing ok 327 - Should be no error thawing ok 328 - got back a scalar ref? ok 329 - freeze/thaw 2147483648 (bitpattern) ok 330 - freeze/thaw 2147483648 (sign) ok 331 - Should be no error freezing ok 332 - Should be no error thawing ok 333 - got back a scalar ref? ok 334 - freeze/thaw 4294967294 (bitpattern) ok 335 - freeze/thaw 4294967294 (sign) ok 336 - Should be no error freezing ok 337 - Should be no error thawing ok 338 - got back a scalar ref? ok 339 - freeze/thaw 4294967295 (bitpattern) ok 340 - freeze/thaw 4294967295 (sign) ok 341 - Should be no error freezing ok 342 - Should be no error thawing ok 343 - got back a scalar ref? ok 344 - freeze/thaw 2627509404 (bitpattern) ok 345 - freeze/thaw 2627509404 (sign) ok 346 - Should be no error freezing ok 347 - Should be no error thawing ok 348 - got back a scalar ref? ok 349 - freeze/thaw 2559831922 (bitpattern) ok 350 - freeze/thaw 2559831922 (sign) ok 351 - Should be no error nfreezing ok 352 - Should be no error thawing ok 353 - got back a scalar ref? ok 354 - nfreeze/thaw -1 (bitpattern) ok 355 - nfreeze/thaw -1 (sign) ok 356 - Should be no error nfreezing ok 357 - Should be no error thawing ok 358 - got back a scalar ref? ok 359 - nfreeze/thaw 0 (bitpattern) ok 360 - nfreeze/thaw 0 (sign) ok 361 - Should be no error nfreezing ok 362 - Should be no error thawing ok 363 - got back a scalar ref? ok 364 - nfreeze/thaw 1 (bitpattern) ok 365 - nfreeze/thaw 1 (sign) ok 366 - Should be no error nfreezing ok 367 - Should be no error thawing ok 368 - got back a scalar ref? ok 369 - nfreeze/thaw -127 (bitpattern) ok 370 - nfreeze/thaw -127 (sign) ok 371 - Should be no error nfreezing ok 372 - Should be no error thawing ok 373 - got back a scalar ref? ok 374 - nfreeze/thaw -128 (bitpattern) ok 375 - nfreeze/thaw -128 (sign) ok 376 - Should be no error nfreezing ok 377 - Should be no error thawing ok 378 - got back a scalar ref? ok 379 - nfreeze/thaw -129 (bitpattern) ok 380 - nfreeze/thaw -129 (sign) ok 381 - Should be no error nfreezing ok 382 - Should be no error thawing ok 383 - got back a scalar ref? ok 384 - nfreeze/thaw 42 (bitpattern) ok 385 - nfreeze/thaw 42 (sign) ok 386 - Should be no error nfreezing ok 387 - Should be no error thawing ok 388 - got back a scalar ref? ok 389 - nfreeze/thaw 126 (bitpattern) ok 390 - nfreeze/thaw 126 (sign) ok 391 - Should be no error nfreezing ok 392 - Should be no error thawing ok 393 - got back a scalar ref? ok 394 - nfreeze/thaw 127 (bitpattern) ok 395 - nfreeze/thaw 127 (sign) ok 396 - Should be no error nfreezing ok 397 - Should be no error thawing ok 398 - got back a scalar ref? ok 399 - nfreeze/thaw 128 (bitpattern) ok 400 - nfreeze/thaw 128 (sign) ok 401 - Should be no error nfreezing ok 402 - Should be no error thawing ok 403 - got back a scalar ref? ok 404 - nfreeze/thaw 129 (bitpattern) ok 405 - nfreeze/thaw 129 (sign) ok 406 - Should be no error nfreezing ok 407 - Should be no error thawing ok 408 - got back a scalar ref? ok 409 - nfreeze/thaw 254 (bitpattern) ok 410 - nfreeze/thaw 254 (sign) ok 411 - Should be no error nfreezing ok 412 - Should be no error thawing ok 413 - got back a scalar ref? ok 414 - nfreeze/thaw 255 (bitpattern) ok 415 - nfreeze/thaw 255 (sign) ok 416 - Should be no error nfreezing ok 417 - Should be no error thawing ok 418 - got back a scalar ref? ok 419 - nfreeze/thaw 256 (bitpattern) ok 420 - nfreeze/thaw 256 (sign) ok 421 - Should be no error nfreezing ok 422 - Should be no error thawing ok 423 - got back a scalar ref? ok 424 - nfreeze/thaw 257 (bitpattern) ok 425 - nfreeze/thaw 257 (sign) ok 426 - Should be no error nfreezing ok 427 - Should be no error thawing ok 428 - got back a scalar ref? ok 429 - nfreeze/thaw -2147483647 (bitpattern) ok 430 - nfreeze/thaw -2147483647 (sign) ok 431 - Should be no error nfreezing ok 432 - Should be no error thawing ok 433 - got back a scalar ref? ok 434 - nfreeze/thaw -2147483648 (bitpattern) ok 435 - nfreeze/thaw -2147483648 (sign) ok 436 - Should be no error nfreezing ok 437 - Should be no error thawing ok 438 - got back a scalar ref? ok 439 - nfreeze/thaw -2147483649 (bitpattern) ok 440 - nfreeze/thaw -2147483649 (sign) ok 441 - Should be no error nfreezing ok 442 - Should be no error thawing ok 443 - got back a scalar ref? ok 444 - nfreeze/thaw 2147483646 (bitpattern) ok 445 - nfreeze/thaw 2147483646 (sign) ok 446 - Should be no error nfreezing ok 447 - Should be no error thawing ok 448 - got back a scalar ref? ok 449 - nfreeze/thaw 2147483647 (bitpattern) ok 450 - nfreeze/thaw 2147483647 (sign) ok 451 - Should be no error nfreezing ok 452 - Should be no error thawing ok 453 - got back a scalar ref? ok 454 - nfreeze/thaw 2147483648 (bitpattern) ok 455 - nfreeze/thaw 2147483648 (sign) ok 456 - Should be no error nfreezing ok 457 - Should be no error thawing ok 458 - got back a scalar ref? ok 459 - nfreeze/thaw -2147483648 (bitpattern) ok 460 - nfreeze/thaw -2147483648 (sign) ok 461 - Should be no error nfreezing ok 462 - Should be no error thawing ok 463 - got back a scalar ref? ok 464 - nfreeze/thaw -2147483647 (bitpattern) ok 465 - nfreeze/thaw -2147483647 (sign) ok 466 - Should be no error nfreezing ok 467 - Should be no error thawing ok 468 - got back a scalar ref? ok 469 - nfreeze/thaw 2147483646 (bitpattern) ok 470 - nfreeze/thaw 2147483646 (sign) ok 471 - Should be no error nfreezing ok 472 - Should be no error thawing ok 473 - got back a scalar ref? ok 474 - nfreeze/thaw 2147483647 (bitpattern) ok 475 - nfreeze/thaw 2147483647 (sign) ok 476 - Should be no error nfreezing ok 477 - Should be no error thawing ok 478 - got back a scalar ref? ok 479 - nfreeze/thaw 2147483647 (bitpattern) ok 480 - nfreeze/thaw 2147483647 (sign) ok 481 - Should be no error nfreezing ok 482 - Should be no error thawing ok 483 - got back a scalar ref? ok 484 - nfreeze/thaw 2147483648 (bitpattern) ok 485 - nfreeze/thaw 2147483648 (sign) ok 486 - Should be no error nfreezing ok 487 - Should be no error thawing ok 488 - got back a scalar ref? ok 489 - nfreeze/thaw 2147483649 (bitpattern) ok 490 - nfreeze/thaw 2147483649 (sign) ok 491 - Should be no error nfreezing ok 492 - Should be no error thawing ok 493 - got back a scalar ref? ok 494 - nfreeze/thaw 4294967295 (bitpattern) ok 495 - nfreeze/thaw 4294967295 (sign) ok 496 - Should be no error nfreezing ok 497 - Should be no error thawing ok 498 - got back a scalar ref? ok 499 - nfreeze/thaw 3735928559 (bitpattern) ok 500 - nfreeze/thaw 3735928559 (sign) ok 501 - Should be no error nfreezing ok 502 - Should be no error thawing ok 503 - got back a scalar ref? ok 504 - nfreeze/thaw 2147483648 (bitpattern) ok 505 - nfreeze/thaw 2147483648 (sign) ok 506 - Should be no error nfreezing ok 507 - Should be no error thawing ok 508 - got back a scalar ref? ok 509 - nfreeze/thaw 4294967294 (bitpattern) ok 510 - nfreeze/thaw 4294967294 (sign) ok 511 - Should be no error nfreezing ok 512 - Should be no error thawing ok 513 - got back a scalar ref? ok 514 - nfreeze/thaw 4294967295 (bitpattern) ok 515 - nfreeze/thaw 4294967295 (sign) ok 516 - Should be no error nfreezing ok 517 - Should be no error thawing ok 518 - got back a scalar ref? ok 519 - nfreeze/thaw 2627509404 (bitpattern) ok 520 - nfreeze/thaw 2627509404 (sign) ok 521 - Should be no error nfreezing ok 522 - Should be no error thawing ok 523 - got back a scalar ref? ok 524 - nfreeze/thaw 2559831922 (bitpattern) ok 525 - nfreeze/thaw 2559831922 (sign) ok 526 - Should be no error storing ok 527 - Should be no error retrieving ok 528 - got back a scalar ref? ok 529 - store/retrieve -1 (bitpattern) ok 530 - store/retrieve -1 (sign) ok 531 - Should be no error storing ok 532 - Should be no error retrieving ok 533 - got back a scalar ref? ok 534 - store/retrieve 0 (bitpattern) ok 535 - store/retrieve 0 (sign) ok 536 - Should be no error storing ok 537 - Should be no error retrieving ok 538 - got back a scalar ref? ok 539 - store/retrieve 1 (bitpattern) ok 540 - store/retrieve 1 (sign) ok 541 - Should be no error storing ok 542 - Should be no error retrieving ok 543 - got back a scalar ref? ok 544 - store/retrieve -127 (bitpattern) ok 545 - store/retrieve -127 (sign) ok 546 - Should be no error storing ok 547 - Should be no error retrieving ok 548 - got back a scalar ref? ok 549 - store/retrieve -128 (bitpattern) ok 550 - store/retrieve -128 (sign) ok 551 - Should be no error storing ok 552 - Should be no error retrieving ok 553 - got back a scalar ref? ok 554 - store/retrieve -129 (bitpattern) ok 555 - store/retrieve -129 (sign) ok 556 - Should be no error storing ok 557 - Should be no error retrieving ok 558 - got back a scalar ref? ok 559 - store/retrieve 42 (bitpattern) ok 560 - store/retrieve 42 (sign) ok 561 - Should be no error storing ok 562 - Should be no error retrieving ok 563 - got back a scalar ref? ok 564 - store/retrieve 126 (bitpattern) ok 565 - store/retrieve 126 (sign) ok 566 - Should be no error storing ok 567 - Should be no error retrieving ok 568 - got back a scalar ref? ok 569 - store/retrieve 127 (bitpattern) ok 570 - store/retrieve 127 (sign) ok 571 - Should be no error storing ok 572 - Should be no error retrieving ok 573 - got back a scalar ref? ok 574 - store/retrieve 128 (bitpattern) ok 575 - store/retrieve 128 (sign) ok 576 - Should be no error storing ok 577 - Should be no error retrieving ok 578 - got back a scalar ref? ok 579 - store/retrieve 129 (bitpattern) ok 580 - store/retrieve 129 (sign) ok 581 - Should be no error storing ok 582 - Should be no error retrieving ok 583 - got back a scalar ref? ok 584 - store/retrieve 254 (bitpattern) ok 585 - store/retrieve 254 (sign) ok 586 - Should be no error storing ok 587 - Should be no error retrieving ok 588 - got back a scalar ref? ok 589 - store/retrieve 255 (bitpattern) ok 590 - store/retrieve 255 (sign) ok 591 - Should be no error storing ok 592 - Should be no error retrieving ok 593 - got back a scalar ref? ok 594 - store/retrieve 256 (bitpattern) ok 595 - store/retrieve 256 (sign) ok 596 - Should be no error storing ok 597 - Should be no error retrieving ok 598 - got back a scalar ref? ok 599 - store/retrieve 257 (bitpattern) ok 600 - store/retrieve 257 (sign) ok 601 - Should be no error storing ok 602 - Should be no error retrieving ok 603 - got back a scalar ref? ok 604 - store/retrieve -2147483647 (bitpattern) ok 605 - store/retrieve -2147483647 (sign) ok 606 - Should be no error storing ok 607 - Should be no error retrieving ok 608 - got back a scalar ref? ok 609 - store/retrieve -2147483648 (bitpattern) ok 610 - store/retrieve -2147483648 (sign) ok 611 - Should be no error storing ok 612 - Should be no error retrieving ok 613 - got back a scalar ref? ok 614 - store/retrieve -2147483649 (bitpattern) ok 615 - store/retrieve -2147483649 (sign) ok 616 - Should be no error storing ok 617 - Should be no error retrieving ok 618 - got back a scalar ref? ok 619 - store/retrieve 2147483646 (bitpattern) ok 620 - store/retrieve 2147483646 (sign) ok 621 - Should be no error storing ok 622 - Should be no error retrieving ok 623 - got back a scalar ref? ok 624 - store/retrieve 2147483647 (bitpattern) ok 625 - store/retrieve 2147483647 (sign) ok 626 - Should be no error storing ok 627 - Should be no error retrieving ok 628 - got back a scalar ref? ok 629 - store/retrieve 2147483648 (bitpattern) ok 630 - store/retrieve 2147483648 (sign) ok 631 - Should be no error storing ok 632 - Should be no error retrieving ok 633 - got back a scalar ref? ok 634 - store/retrieve -2147483648 (bitpattern) ok 635 - store/retrieve -2147483648 (sign) ok 636 - Should be no error storing ok 637 - Should be no error retrieving ok 638 - got back a scalar ref? ok 639 - store/retrieve -2147483647 (bitpattern) ok 640 - store/retrieve -2147483647 (sign) ok 641 - Should be no error storing ok 642 - Should be no error retrieving ok 643 - got back a scalar ref? ok 644 - store/retrieve 2147483646 (bitpattern) ok 645 - store/retrieve 2147483646 (sign) ok 646 - Should be no error storing ok 647 - Should be no error retrieving ok 648 - got back a scalar ref? ok 649 - store/retrieve 2147483647 (bitpattern) ok 650 - store/retrieve 2147483647 (sign) ok 651 - Should be no error storing ok 652 - Should be no error retrieving ok 653 - got back a scalar ref? ok 654 - store/retrieve 2147483647 (bitpattern) ok 655 - store/retrieve 2147483647 (sign) ok 656 - Should be no error storing ok 657 - Should be no error retrieving ok 658 - got back a scalar ref? ok 659 - store/retrieve 2147483648 (bitpattern) ok 660 - store/retrieve 2147483648 (sign) ok 661 - Should be no error storing ok 662 - Should be no error retrieving ok 663 - got back a scalar ref? ok 664 - store/retrieve 2147483649 (bitpattern) ok 665 - store/retrieve 2147483649 (sign) ok 666 - Should be no error storing ok 667 - Should be no error retrieving ok 668 - got back a scalar ref? ok 669 - store/retrieve 4294967295 (bitpattern) ok 670 - store/retrieve 4294967295 (sign) ok 671 - Should be no error storing ok 672 - Should be no error retrieving ok 673 - got back a scalar ref? ok 674 - store/retrieve 3735928559 (bitpattern) ok 675 - store/retrieve 3735928559 (sign) ok 676 - Should be no error storing ok 677 - Should be no error retrieving ok 678 - got back a scalar ref? ok 679 - store/retrieve 2147483648 (bitpattern) ok 680 - store/retrieve 2147483648 (sign) ok 681 - Should be no error storing ok 682 - Should be no error retrieving ok 683 - got back a scalar ref? ok 684 - store/retrieve 4294967294 (bitpattern) ok 685 - store/retrieve 4294967294 (sign) ok 686 - Should be no error storing ok 687 - Should be no error retrieving ok 688 - got back a scalar ref? ok 689 - store/retrieve 4294967295 (bitpattern) ok 690 - store/retrieve 4294967295 (sign) ok 691 - Should be no error storing ok 692 - Should be no error retrieving ok 693 - got back a scalar ref? ok 694 - store/retrieve 2627509404 (bitpattern) ok 695 - store/retrieve 2627509404 (sign) ok 696 - Should be no error storing ok 697 - Should be no error retrieving ok 698 - got back a scalar ref? ok 699 - store/retrieve 2559831922 (bitpattern) ok 700 - store/retrieve 2559831922 (sign) ok 701 - Should be no error storing ok 702 - Should be no error retrieving ok 703 - got back a scalar ref? ok 704 - nstore/retrieve -1 (bitpattern) ok 705 - nstore/retrieve -1 (sign) ok 706 - Should be no error storing ok 707 - Should be no error retrieving ok 708 - got back a scalar ref? ok 709 - nstore/retrieve 0 (bitpattern) ok 710 - nstore/retrieve 0 (sign) ok 711 - Should be no error storing ok 712 - Should be no error retrieving ok 713 - got back a scalar ref? ok 714 - nstore/retrieve 1 (bitpattern) ok 715 - nstore/retrieve 1 (sign) ok 716 - Should be no error storing ok 717 - Should be no error retrieving ok 718 - got back a scalar ref? ok 719 - nstore/retrieve -127 (bitpattern) ok 720 - nstore/retrieve -127 (sign) ok 721 - Should be no error storing ok 722 - Should be no error retrieving ok 723 - got back a scalar ref? ok 724 - nstore/retrieve -128 (bitpattern) ok 725 - nstore/retrieve -128 (sign) ok 726 - Should be no error storing ok 727 - Should be no error retrieving ok 728 - got back a scalar ref? ok 729 - nstore/retrieve -129 (bitpattern) ok 730 - nstore/retrieve -129 (sign) ok 731 - Should be no error storing ok 732 - Should be no error retrieving ok 733 - got back a scalar ref? ok 734 - nstore/retrieve 42 (bitpattern) ok 735 - nstore/retrieve 42 (sign) ok 736 - Should be no error storing ok 737 - Should be no error retrieving ok 738 - got back a scalar ref? ok 739 - nstore/retrieve 126 (bitpattern) ok 740 - nstore/retrieve 126 (sign) ok 741 - Should be no error storing ok 742 - Should be no error retrieving ok 743 - got back a scalar ref? ok 744 - nstore/retrieve 127 (bitpattern) ok 745 - nstore/retrieve 127 (sign) ok 746 - Should be no error storing ok 747 - Should be no error retrieving ok 748 - got back a scalar ref? ok 749 - nstore/retrieve 128 (bitpattern) ok 750 - nstore/retrieve 128 (sign) ok 751 - Should be no error storing ok 752 - Should be no error retrieving ok 753 - got back a scalar ref? ok 754 - nstore/retrieve 129 (bitpattern) ok 755 - nstore/retrieve 129 (sign) ok 756 - Should be no error storing ok 757 - Should be no error retrieving ok 758 - got back a scalar ref? ok 759 - nstore/retrieve 254 (bitpattern) ok 760 - nstore/retrieve 254 (sign) ok 761 - Should be no error storing ok 762 - Should be no error retrieving ok 763 - got back a scalar ref? ok 764 - nstore/retrieve 255 (bitpattern) ok 765 - nstore/retrieve 255 (sign) ok 766 - Should be no error storing ok 767 - Should be no error retrieving ok 768 - got back a scalar ref? ok 769 - nstore/retrieve 256 (bitpattern) ok 770 - nstore/retrieve 256 (sign) ok 771 - Should be no error storing ok 772 - Should be no error retrieving ok 773 - got back a scalar ref? ok 774 - nstore/retrieve 257 (bitpattern) ok 775 - nstore/retrieve 257 (sign) ok 776 - Should be no error storing ok 777 - Should be no error retrieving ok 778 - got back a scalar ref? ok 779 - nstore/retrieve -2147483647 (bitpattern) ok 780 - nstore/retrieve -2147483647 (sign) ok 781 - Should be no error storing ok 782 - Should be no error retrieving ok 783 - got back a scalar ref? ok 784 - nstore/retrieve -2147483648 (bitpattern) ok 785 - nstore/retrieve -2147483648 (sign) ok 786 - Should be no error storing ok 787 - Should be no error retrieving ok 788 - got back a scalar ref? ok 789 - nstore/retrieve -2147483649 (bitpattern) ok 790 - nstore/retrieve -2147483649 (sign) ok 791 - Should be no error storing ok 792 - Should be no error retrieving ok 793 - got back a scalar ref? ok 794 - nstore/retrieve 2147483646 (bitpattern) ok 795 - nstore/retrieve 2147483646 (sign) ok 796 - Should be no error storing ok 797 - Should be no error retrieving ok 798 - got back a scalar ref? ok 799 - nstore/retrieve 2147483647 (bitpattern) ok 800 - nstore/retrieve 2147483647 (sign) ok 801 - Should be no error storing ok 802 - Should be no error retrieving ok 803 - got back a scalar ref? ok 804 - nstore/retrieve 2147483648 (bitpattern) ok 805 - nstore/retrieve 2147483648 (sign) ok 806 - Should be no error storing ok 807 - Should be no error retrieving ok 808 - got back a scalar ref? ok 809 - nstore/retrieve -2147483648 (bitpattern) ok 810 - nstore/retrieve -2147483648 (sign) ok 811 - Should be no error storing ok 812 - Should be no error retrieving ok 813 - got back a scalar ref? ok 814 - nstore/retrieve -2147483647 (bitpattern) ok 815 - nstore/retrieve -2147483647 (sign) ok 816 - Should be no error storing ok 817 - Should be no error retrieving ok 818 - got back a scalar ref? ok 819 - nstore/retrieve 2147483646 (bitpattern) ok 820 - nstore/retrieve 2147483646 (sign) ok 821 - Should be no error storing ok 822 - Should be no error retrieving ok 823 - got back a scalar ref? ok 824 - nstore/retrieve 2147483647 (bitpattern) ok 825 - nstore/retrieve 2147483647 (sign) ok 826 - Should be no error storing ok 827 - Should be no error retrieving ok 828 - got back a scalar ref? ok 829 - nstore/retrieve 2147483647 (bitpattern) ok 830 - nstore/retrieve 2147483647 (sign) ok 831 - Should be no error storing ok 832 - Should be no error retrieving ok 833 - got back a scalar ref? ok 834 - nstore/retrieve 2147483648 (bitpattern) ok 835 - nstore/retrieve 2147483648 (sign) ok 836 - Should be no error storing ok 837 - Should be no error retrieving ok 838 - got back a scalar ref? ok 839 - nstore/retrieve 2147483649 (bitpattern) ok 840 - nstore/retrieve 2147483649 (sign) ok 841 - Should be no error storing ok 842 - Should be no error retrieving ok 843 - got back a scalar ref? ok 844 - nstore/retrieve 4294967295 (bitpattern) ok 845 - nstore/retrieve 4294967295 (sign) ok 846 - Should be no error storing ok 847 - Should be no error retrieving ok 848 - got back a scalar ref? ok 849 - nstore/retrieve 3735928559 (bitpattern) ok 850 - nstore/retrieve 3735928559 (sign) ok 851 - Should be no error storing ok 852 - Should be no error retrieving ok 853 - got back a scalar ref? ok 854 - nstore/retrieve 2147483648 (bitpattern) ok 855 - nstore/retrieve 2147483648 (sign) ok 856 - Should be no error storing ok 857 - Should be no error retrieving ok 858 - got back a scalar ref? ok 859 - nstore/retrieve 4294967294 (bitpattern) ok 860 - nstore/retrieve 4294967294 (sign) ok 861 - Should be no error storing ok 862 - Should be no error retrieving ok 863 - got back a scalar ref? ok 864 - nstore/retrieve 4294967295 (bitpattern) ok 865 - nstore/retrieve 4294967295 (sign) ok 866 - Should be no error storing ok 867 - Should be no error retrieving ok 868 - got back a scalar ref? ok 869 - nstore/retrieve 2627509404 (bitpattern) ok 870 - nstore/retrieve 2627509404 (sign) ok 871 - Should be no error storing ok 872 - Should be no error retrieving ok 873 - got back a scalar ref? ok 874 - nstore/retrieve 2559831922 (bitpattern) ok 875 - nstore/retrieve 2559831922 (sign) ok t/interwork56.........1..0 # Skip: Your IVs are no larger than your longs skipped all skipped: Your IVs are no larger than your longs t/just_plain_nasty....1..34 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Feb 27 03:29:53 2008 # Current time GMT: Wed Feb 27 11:29:53 2008 # Using Test.pm version 1.25 ok 1 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 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/lock................1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/malice..............1..404 ok 1 ok 2 - Get hash back ok 3 - with 1 key ok 4 - which is correct ok 5 ok 6 - is file ok 7 - major number ok 8 - minor number ok 9 - is network order ok 10 - byte order ok 11 - int size ok 12 - long size ok 13 - long size ok 14 - nv size ok 15 - There should be no error ok 16 - Get hash back ok 17 - with 1 key ok 18 - which is correct ok 19 ok 20 - truncated file to 0 should fail ok 21 - Should croak with magic number warning ok 22 - truncated file to 1 should fail ok 23 - Should croak with magic number warning ok 24 - truncated file to 2 should fail ok 25 - Should croak with magic number warning ok 26 - truncated file to 3 should fail ok 27 - Should croak with magic number warning ok 28 - truncated file to 4 should fail ok 29 - Should croak with magic number warning ok 30 - truncated file to 5 should fail ok 31 - Should croak with magic number warning ok 32 - truncated file to 6 should fail ok 33 - Should croak with magic number warning ok 34 - truncated file to 7 should fail ok 35 - Should croak with magic number warning ok 36 - truncated file to 8 should fail ok 37 - Should croak with magic number warning ok 38 - truncated file to 9 should fail ok 39 - Should croak with magic number warning ok 40 - truncated file to 10 should fail ok 41 - Should croak with magic number warning ok 42 - truncated file to 11 should fail ok 43 - Should croak with magic number warning ok 44 - truncated file to 12 should fail ok 45 - Should croak with magic number warning ok 46 - truncated file to 13 should fail ok 47 - Should croak with magic number warning ok 48 - truncated file to 14 should fail ok 49 - Should croak with magic number warning ok 50 - truncated file to 15 should fail ok 51 - Should not set $@ ok 52 - truncated file to 16 should fail ok 53 - Should not set $@ ok 54 - truncated file to 17 should fail ok 55 - Should not set $@ ok 56 - truncated file to 18 should fail ok 57 - Should not set $@ ok 58 - truncated file to 19 should fail ok 59 - Should not set $@ ok 60 - truncated file to 20 should fail ok 61 - Should not set $@ ok 62 - truncated file to 21 should fail ok 63 - Should not set $@ ok 64 - truncated file to 22 should fail ok 65 - Should not set $@ ok 66 - truncated file to 23 should fail ok 67 - Should not set $@ ok 68 - truncated file to 24 should fail ok 69 - Should not set $@ ok 70 - truncated file to 25 should fail ok 71 - Should not set $@ ok 72 - truncated file to 26 should fail ok 73 - Should not set $@ ok 74 - truncated file to 27 should fail ok 75 - Should not set $@ ok 76 - truncated file to 28 should fail ok 77 - Should not set $@ ok 78 - truncated file to 29 should fail ok 79 - Should not set $@ ok 80 - truncated file to 30 should fail ok 81 - Should not set $@ ok 82 - truncated file to 31 should fail ok 83 - Should not set $@ ok 84 - truncated file to 32 should fail ok 85 - Should not set $@ ok 86 - truncated file to 33 should fail ok 87 - Should not set $@ ok 88 - truncated file to 34 should fail ok 89 - Should not set $@ ok 90 - truncated file to 35 should fail ok 91 - Should not set $@ ok 92 - truncated file to 36 should fail ok 93 - Should not set $@ ok 94 - magic number /^File is not a perl storable/ should fail ok 95 - magic number ok 96 - by default no error on higher minor ok 97 - Get hash back ok 98 - with 1 key ok 99 - which is correct ok 100 ok 101 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 102 - higher minor ok 103 - higher major /^Storable binary image v3.7 more recent than I am \(v2.7\)/ should fail ok 104 - higher major ok 105 - higher major, lower minor /^Storable binary image v3.6 more recent than I am \(v2.7\)/ should fail ok 106 - higher major, lower minor ok 107 - byte order /^Byte order is not compatible/ should fail ok 108 - byte order ok 109 - Integer size /^Integer size is not compatible/ should fail ok 110 - Integer size ok 111 - Long integer size /^Long integer size is not compatible/ should fail ok 112 - Long integer size ok 113 - Pointer size /^Pointer size is not compatible/ should fail ok 114 - Pointer size ok 115 - Double size /^Double size is not compatible/ should fail ok 116 - Double size ok 117 - bogus tag /^Corrupted storable file \(binary v2.7\)/ should fail ok 118 - bogus tag ok 119 - bogus tag, minor less 1 /^Corrupted storable file \(binary v2.6\)/ should fail ok 120 - bogus tag, minor less 1 ok 121 - bogus tag, minor plus 4 /^Storable binary image v2.11 contains data of type 255. This Storable is v2.7 and can only handle data types up to 28/ should fail ok 122 - bogus tag, minor plus 4 ok 123 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 124 - higher minor ok 125 - is file ok 126 - major number ok 127 - minor number ok 128 - is network order ok 129 - byte order ok 130 - int size ok 131 - long size ok 132 - long size ok 133 - nv size ok 134 - There should be no error ok 135 - Get hash back ok 136 - with 1 key ok 137 - which is correct ok 138 ok 139 - truncated string to 0 should fail ok 140 - Should croak with magic number warning ok 141 - truncated string to 1 should fail ok 142 - Should croak with magic number warning ok 143 - truncated string to 2 should fail ok 144 - Should croak with magic number warning ok 145 - truncated string to 3 should fail ok 146 - Should croak with magic number warning ok 147 - truncated string to 4 should fail ok 148 - Should croak with magic number warning ok 149 - truncated string to 5 should fail ok 150 - Should croak with magic number warning ok 151 - truncated string to 6 should fail ok 152 - Should croak with magic number warning ok 153 - truncated string to 7 should fail ok 154 - Should croak with magic number warning ok 155 - truncated string to 8 should fail ok 156 - Should croak with magic number warning ok 157 - truncated string to 9 should fail ok 158 - Should croak with magic number warning ok 159 - truncated string to 10 should fail ok 160 - Should croak with magic number warning ok 161 - truncated string to 11 should fail ok 162 - Should not set $@ ok 163 - truncated string to 12 should fail ok 164 - Should not set $@ ok 165 - truncated string to 13 should fail ok 166 - Should not set $@ ok 167 - truncated string to 14 should fail ok 168 - Should not set $@ ok 169 - truncated string to 15 should fail ok 170 - Should not set $@ ok 171 - truncated string to 16 should fail ok 172 - Should not set $@ ok 173 - truncated string to 17 should fail ok 174 - Should not set $@ ok 175 - truncated string to 18 should fail ok 176 - Should not set $@ ok 177 - truncated string to 19 should fail ok 178 - Should not set $@ ok 179 - truncated string to 20 should fail ok 180 - Should not set $@ ok 181 - truncated string to 21 should fail ok 182 - Should not set $@ ok 183 - truncated string to 22 should fail ok 184 - Should not set $@ ok 185 - truncated string to 23 should fail ok 186 - Should not set $@ ok 187 - truncated string to 24 should fail ok 188 - Should not set $@ ok 189 - truncated string to 25 should fail ok 190 - Should not set $@ ok 191 - truncated string to 26 should fail ok 192 - Should not set $@ ok 193 - truncated string to 27 should fail ok 194 - Should not set $@ ok 195 - truncated string to 28 should fail ok 196 - Should not set $@ ok 197 - truncated string to 29 should fail ok 198 - Should not set $@ ok 199 - truncated string to 30 should fail ok 200 - Should not set $@ ok 201 - truncated string to 31 should fail ok 202 - Should not set $@ ok 203 - truncated string to 32 should fail ok 204 - Should not set $@ ok 205 - by default no error on higher minor ok 206 - Get hash back ok 207 - with 1 key ok 208 - which is correct ok 209 ok 210 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 211 - higher minor ok 212 - higher major /^Storable binary image v3.7 more recent than I am \(v2.7\)/ should fail ok 213 - higher major ok 214 - higher major, lower minor /^Storable binary image v3.6 more recent than I am \(v2.7\)/ should fail ok 215 - higher major, lower minor ok 216 - byte order /^Byte order is not compatible/ should fail ok 217 - byte order ok 218 - Integer size /^Integer size is not compatible/ should fail ok 219 - Integer size ok 220 - Long integer size /^Long integer size is not compatible/ should fail ok 221 - Long integer size ok 222 - Pointer size /^Pointer size is not compatible/ should fail ok 223 - Pointer size ok 224 - Double size /^Double size is not compatible/ should fail ok 225 - Double size ok 226 - bogus tag /^Corrupted storable string \(binary v2.7\)/ should fail ok 227 - bogus tag ok 228 - bogus tag, minor less 1 /^Corrupted storable string \(binary v2.6\)/ should fail ok 229 - bogus tag, minor less 1 ok 230 - bogus tag, minor plus 4 /^Storable binary image v2.11 contains data of type 255. This Storable is v2.7 and can only handle data types up to 28/ should fail ok 231 - bogus tag, minor plus 4 ok 232 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 233 - higher minor ok 234 ok 235 - Get hash back ok 236 - with 1 key ok 237 - which is correct ok 238 ok 239 - is file ok 240 - major number ok 241 - minor number ok 242 - is network order ok 243 - There should be no error ok 244 - Get hash back ok 245 - with 1 key ok 246 - which is correct ok 247 ok 248 - truncated file to 0 should fail ok 249 - Should croak with magic number warning ok 250 - truncated file to 1 should fail ok 251 - Should croak with magic number warning ok 252 - truncated file to 2 should fail ok 253 - Should croak with magic number warning ok 254 - truncated file to 3 should fail ok 255 - Should croak with magic number warning ok 256 - truncated file to 4 should fail ok 257 - Should croak with magic number warning ok 258 - truncated file to 5 should fail ok 259 - Should croak with magic number warning ok 260 - truncated file to 6 should fail ok 261 - Should not set $@ ok 262 - truncated file to 7 should fail ok 263 - Should not set $@ ok 264 - truncated file to 8 should fail ok 265 - Should not set $@ ok 266 - truncated file to 9 should fail ok 267 - Should not set $@ ok 268 - truncated file to 10 should fail ok 269 - Should not set $@ ok 270 - truncated file to 11 should fail ok 271 - Should not set $@ ok 272 - truncated file to 12 should fail ok 273 - Should not set $@ ok 274 - truncated file to 13 should fail ok 275 - Should not set $@ ok 276 - truncated file to 14 should fail ok 277 - Should not set $@ ok 278 - truncated file to 15 should fail ok 279 - Should not set $@ ok 280 - truncated file to 16 should fail ok 281 - Should not set $@ ok 282 - truncated file to 17 should fail ok 283 - Should not set $@ ok 284 - truncated file to 18 should fail ok 285 - Should not set $@ ok 286 - truncated file to 19 should fail ok 287 - Should not set $@ ok 288 - truncated file to 20 should fail ok 289 - Should not set $@ ok 290 - truncated file to 21 should fail ok 291 - Should not set $@ ok 292 - truncated file to 22 should fail ok 293 - Should not set $@ ok 294 - truncated file to 23 should fail ok 295 - Should not set $@ ok 296 - truncated file to 24 should fail ok 297 - Should not set $@ ok 298 - truncated file to 25 should fail ok 299 - Should not set $@ ok 300 - truncated file to 26 should fail ok 301 - Should not set $@ ok 302 - truncated file to 27 should fail ok 303 - Should not set $@ ok 304 - magic number /^File is not a perl storable/ should fail ok 305 - magic number ok 306 - by default no error on higher minor ok 307 - Get hash back ok 308 - with 1 key ok 309 - which is correct ok 310 ok 311 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 312 - higher minor ok 313 - higher major /^Storable binary image v3.7 more recent than I am \(v2.7\)/ should fail ok 314 - higher major ok 315 - higher major, lower minor /^Storable binary image v3.6 more recent than I am \(v2.7\)/ should fail ok 316 - higher major, lower minor ok 317 - bogus tag /^Corrupted storable file \(binary v2.7\)/ should fail ok 318 - bogus tag ok 319 - bogus tag, minor less 1 /^Corrupted storable file \(binary v2.6\)/ should fail ok 320 - bogus tag, minor less 1 ok 321 - bogus tag, minor plus 4 /^Storable binary image v2.11 contains data of type 255. This Storable is v2.7 and can only handle data types up to 28/ should fail ok 322 - bogus tag, minor plus 4 ok 323 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 324 - higher minor ok 325 - is file ok 326 - major number ok 327 - minor number ok 328 - is network order ok 329 - There should be no error ok 330 - Get hash back ok 331 - with 1 key ok 332 - which is correct ok 333 ok 334 - truncated string to 0 should fail ok 335 - Should croak with magic number warning ok 336 - truncated string to 1 should fail ok 337 - Should croak with magic number warning ok 338 - truncated string to 2 should fail ok 339 - Should not set $@ ok 340 - truncated string to 3 should fail ok 341 - Should not set $@ ok 342 - truncated string to 4 should fail ok 343 - Should not set $@ ok 344 - truncated string to 5 should fail ok 345 - Should not set $@ ok 346 - truncated string to 6 should fail ok 347 - Should not set $@ ok 348 - truncated string to 7 should fail ok 349 - Should not set $@ ok 350 - truncated string to 8 should fail ok 351 - Should not set $@ ok 352 - truncated string to 9 should fail ok 353 - Should not set $@ ok 354 - truncated string to 10 should fail ok 355 - Should not set $@ ok 356 - truncated string to 11 should fail ok 357 - Should not set $@ ok 358 - truncated string to 12 should fail ok 359 - Should not set $@ ok 360 - truncated string to 13 should fail ok 361 - Should not set $@ ok 362 - truncated string to 14 should fail ok 363 - Should not set $@ ok 364 - truncated string to 15 should fail ok 365 - Should not set $@ ok 366 - truncated string to 16 should fail ok 367 - Should not set $@ ok 368 - truncated string to 17 should fail ok 369 - Should not set $@ ok 370 - truncated string to 18 should fail ok 371 - Should not set $@ ok 372 - truncated string to 19 should fail ok 373 - Should not set $@ ok 374 - truncated string to 20 should fail ok 375 - Should not set $@ ok 376 - truncated string to 21 should fail ok 377 - Should not set $@ ok 378 - truncated string to 22 should fail ok 379 - Should not set $@ ok 380 - truncated string to 23 should fail ok 381 - Should not set $@ ok 382 - by default no error on higher minor ok 383 - Get hash back ok 384 - with 1 key ok 385 - which is correct ok 386 ok 387 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 388 - higher minor ok 389 - higher major /^Storable binary image v3.7 more recent than I am \(v2.7\)/ should fail ok 390 - higher major ok 391 - higher major, lower minor /^Storable binary image v3.6 more recent than I am \(v2.7\)/ should fail ok 392 - higher major, lower minor ok 393 - bogus tag /^Corrupted storable string \(binary v2.7\)/ should fail ok 394 - bogus tag ok 395 - bogus tag, minor less 1 /^Corrupted storable string \(binary v2.6\)/ should fail ok 396 - bogus tag, minor less 1 ok 397 - bogus tag, minor plus 4 /^Storable binary image v2.11 contains data of type 255. This Storable is v2.7 and can only handle data types up to 28/ should fail ok 398 - bogus tag, minor plus 4 ok 399 - higher minor /^Storable binary image v2.11 more recent than I am \(v2.7\)/ should fail ok 400 - higher minor ok 401 ok 402 - no exception ok 403 - got a hash ok 404 - got empty element ok t/overload............1..16 ok 1 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 t/recurse.............1..33 ok 1 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 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok t/restrict............1..100 # $Storable::canonical = 0 ok 1 ok 2 - cloned hash restricted? ok 3 - key 'question' not locked in copy? ok 4 - key 'answer' not locked in copy? ok 5 - Can assign to reserved key 'extra'? ok 6 - Can not assign to invalid key 'nono'? ok 7 - key 'undef' exists ok 8 - value for key 'undef' is undefined ok 9 - Can assign to reserved key 'k0'? ok 10 - Can assign to reserved key 'k1'? ok 11 - Can assign to reserved key 'k2'? ok 12 - Can assign to reserved key 'k3'? ok 13 - Can assign to reserved key 'k4'? ok 14 - Can assign to reserved key 'k5'? ok 15 - Can assign to reserved key 'k6'? ok 16 - Can assign to reserved key 'k7'? ok 17 - Can assign to reserved key 'k8'? ok 18 - Can assign to reserved key 'k9'? ok 19 - Can assign to reserved key 'k10'? ok 20 - Can assign to reserved key 'k11'? ok 21 - Can assign to reserved key 'k12'? ok 22 - Can assign to reserved key 'k13'? ok 23 - Can assign to reserved key 'k14'? ok 24 - Can assign to reserved key 'k15'? ok 25 - Can assign to reserved key 'k16'? # $Storable::canonical = 0 ok 26 ok 27 - cloned hash restricted? ok 28 - key 'question' not locked in copy? ok 29 - key 'answer' not locked in copy? ok 30 - Can assign to reserved key 'extra'? ok 31 - Can not assign to invalid key 'nono'? ok 32 - key 'undef' exists ok 33 - value for key 'undef' is undefined ok 34 - Can assign to reserved key 'k0'? ok 35 - Can assign to reserved key 'k1'? ok 36 - Can assign to reserved key 'k2'? ok 37 - Can assign to reserved key 'k3'? ok 38 - Can assign to reserved key 'k4'? ok 39 - Can assign to reserved key 'k5'? ok 40 - Can assign to reserved key 'k6'? ok 41 - Can assign to reserved key 'k7'? ok 42 - Can assign to reserved key 'k8'? ok 43 - Can assign to reserved key 'k9'? ok 44 - Can assign to reserved key 'k10'? ok 45 - Can assign to reserved key 'k11'? ok 46 - Can assign to reserved key 'k12'? ok 47 - Can assign to reserved key 'k13'? ok 48 - Can assign to reserved key 'k14'? ok 49 - Can assign to reserved key 'k15'? ok 50 - Can assign to reserved key 'k16'? # $Storable::canonical = 1 ok 51 ok 52 - cloned hash restricted? ok 53 - key 'question' not locked in copy? ok 54 - key 'answer' not locked in copy? ok 55 - Can assign to reserved key 'extra'? ok 56 - Can not assign to invalid key 'nono'? ok 57 - key 'undef' exists ok 58 - value for key 'undef' is undefined ok 59 - Can assign to reserved key 'k0'? ok 60 - Can assign to reserved key 'k1'? ok 61 - Can assign to reserved key 'k2'? ok 62 - Can assign to reserved key 'k3'? ok 63 - Can assign to reserved key 'k4'? ok 64 - Can assign to reserved key 'k5'? ok 65 - Can assign to reserved key 'k6'? ok 66 - Can assign to reserved key 'k7'? ok 67 - Can assign to reserved key 'k8'? ok 68 - Can assign to reserved key 'k9'? ok 69 - Can assign to reserved key 'k10'? ok 70 - Can assign to reserved key 'k11'? ok 71 - Can assign to reserved key 'k12'? ok 72 - Can assign to reserved key 'k13'? ok 73 - Can assign to reserved key 'k14'? ok 74 - Can assign to reserved key 'k15'? ok 75 - Can assign to reserved key 'k16'? # $Storable::canonical = 1 ok 76 ok 77 - cloned hash restricted? ok 78 - key 'question' not locked in copy? ok 79 - key 'answer' not locked in copy? ok 80 - Can assign to reserved key 'extra'? ok 81 - Can not assign to invalid key 'nono'? ok 82 - key 'undef' exists ok 83 - value for key 'undef' is undefined ok 84 - Can assign to reserved key 'k0'? ok 85 - Can assign to reserved key 'k1'? ok 86 - Can assign to reserved key 'k2'? ok 87 - Can assign to reserved key 'k3'? ok 88 - Can assign to reserved key 'k4'? ok 89 - Can assign to reserved key 'k5'? ok 90 - Can assign to reserved key 'k6'? ok 91 - Can assign to reserved key 'k7'? ok 92 - Can assign to reserved key 'k8'? ok 93 - Can assign to reserved key 'k9'? ok 94 - Can assign to reserved key 'k10'? ok 95 - Can assign to reserved key 'k11'? ok 96 - Can assign to reserved key 'k12'? ok 97 - Can assign to reserved key 'k13'? ok 98 - Can assign to reserved key 'k14'? ok 99 - Can assign to reserved key 'k15'? ok 100 - Can assign to reserved key 'k16'? ok t/retrieve............1..14 ok 1 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 t/sig_die.............1..1 ok 1 - __DIE__ is not evil here ok t/store...............1..20 ok 1 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 t/threads.............1..2 ok 1 ok 2 ok t/tied................1..23 ok 1 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 t/tied_hook...........1..25 ok 1 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 t/tied_items..........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/utf8................1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/utf8hash............1..144 ok 1 - equivalence - with utf8flag ok 2 - equivalence - with utf8flag ok 3 - nasty hash generated (nkeys=4) ok 4 - scalar keys %{$thawed} (nkeys=4) ok 5 - frozen item chr(193) ok 6 - frozen item chr(193) ok 7 - frozen item chr(12288) ok 8 - frozen item chr(12288) ok 9 - nstore to utfhash.po ok 10 - retrieve from utfhash.po ok 11 - scalar keys %{$retrieved} (nkeys=4) ok 12 - nstored item chr(193) ok 13 - nstored item chr(193) ok 14 - nstored item chr(12288) ok 15 - nstored item chr(12288) ok 16 - store to utfhash.po ok 17 - retrieve from utfhash.po ok 18 - scalar keys %{$retrieved} (nkeys=4) ok 19 - stored item chr(193) ok 20 - stored item chr(193) ok 21 - stored item chr(12288) ok 22 - stored item chr(12288) ok 23 ok 24 ok 25 ok 26 ok 27 - HASH(0x1d338fc) is unblessed ok 28 - key length 6 ok 29 - key length 6 ok 30 - key length 1 ok 31 - key length 7 ok 32 - HASH(0x1d33adc) is unblessed ok 33 - 1 key in utf8? ok 34 - utf8 key present? ok 35 - bytes key absent? ok 36 - HASH(0x1d33a7c) is unblessed ok 37 - 1 key in bytes? ok 38 - bytes key present? ok 39 - utf8 key absent? ok 40 - HASH(0x1a4b674) is unblessed ok 41 - 2 keys? ok 42 - bytes key present? ok 43 - utf8 key present? ok 44 ok 45 ok 46 ok 47 ok 48 - The object isa Hash_Test ok 49 - check it has correct method ok 50 - and that it returns the same object ok 51 - key length 6 ok 52 - key length 6 ok 53 - key length 1 ok 54 - key length 7 ok 55 - The object isa Hash_Test ok 56 - check it has correct method ok 57 - and that it returns the same object ok 58 - 1 key in utf8? ok 59 - utf8 key present? ok 60 - bytes key absent? ok 61 - The object isa Hash_Test ok 62 - check it has correct method ok 63 - and that it returns the same object ok 64 - 1 key in bytes? ok 65 - bytes key present? ok 66 - utf8 key absent? ok 67 - The object isa Hash_Test ok 68 - check it has correct method ok 69 - and that it returns the same object ok 70 - 2 keys? ok 71 - bytes key present? ok 72 - utf8 key present? ok 73 - equivalence - with utf8flag ok 74 - equivalence - with utf8flag ok 75 - nasty hash generated (nkeys=4) ok 76 - scalar keys %{$thawed} (nkeys=4) ok 77 - frozen item chr(193) ok 78 - frozen item chr(193) ok 79 - frozen item chr(12288) ok 80 - frozen item chr(12288) ok 81 - nstore to utfhash.po ok 82 - retrieve from utfhash.po ok 83 - scalar keys %{$retrieved} (nkeys=4) ok 84 - nstored item chr(193) ok 85 - nstored item chr(193) ok 86 - nstored item chr(12288) ok 87 - nstored item chr(12288) ok 88 - store to utfhash.po ok 89 - retrieve from utfhash.po ok 90 - scalar keys %{$retrieved} (nkeys=4) ok 91 - stored item chr(193) ok 92 - stored item chr(193) ok 93 - stored item chr(12288) ok 94 - stored item chr(12288) ok 95 ok 96 ok 97 ok 98 ok 99 - HASH(0x1d33ddc) is unblessed ok 100 - key length 6 ok 101 - key length 6 ok 102 - key length 1 ok 103 - key length 7 ok 104 - HASH(0x1d33bfc) is unblessed ok 105 - 1 key in utf8? ok 106 - utf8 key present? ok 107 - bytes key absent? ok 108 - HASH(0x1d33cdc) is unblessed ok 109 - 1 key in bytes? ok 110 - bytes key present? ok 111 - utf8 key absent? ok 112 - HASH(0x1a8e36c) is unblessed ok 113 - 2 keys? ok 114 - bytes key present? ok 115 - utf8 key present? ok 116 ok 117 ok 118 ok 119 ok 120 - The object isa Hash_Test ok 121 - check it has correct method ok 122 - and that it returns the same object ok 123 - key length 6 ok 124 - key length 6 ok 125 - key length 1 ok 126 - key length 7 ok 127 - The object isa Hash_Test ok 128 - check it has correct method ok 129 - and that it returns the same object ok 130 - 1 key in utf8? ok 131 - utf8 key present? ok 132 - bytes key absent? ok 133 - The object isa Hash_Test ok 134 - check it has correct method ok 135 - and that it returns the same object ok 136 - 1 key in bytes? ok 137 - bytes key present? ok 138 - utf8 key absent? ok 139 - The object isa Hash_Test ok 140 - check it has correct method ok 141 - and that it returns the same object ok 142 - 2 keys? ok 143 - bytes key present? ok 144 - utf8 key present? ok t/weak................ok 1 - element 1 is a weak reference ok 2 - element 0 is a weak reference ok 3 - element 0 is a weak reference ok 4 - element 0 is a weak reference ok 5 - There should be no error extracting for nothing ok 6 - The object isa ARRAY ok 7 - The object isa HASH ok 8 - The object isa HASH ok 9 - Element 0 isn't weak ok 10 - Element 1 is weak ok 11 ok 12 - There should be no error extracting for file ok 13 - The object isa ARRAY ok 14 - The object isa HASH ok 15 - The object isa HASH ok 16 - Element 0 isn't weak ok 17 - Element 1 is weak ok 18 - There should be no error extracting for string ok 19 - The object isa ARRAY ok 20 - The object isa HASH ok 21 - The object isa HASH ok 22 - Element 0 isn't weak ok 23 - Element 1 is weak ok 24 ok 25 - There should be no error extracting for network file ok 26 - The object isa ARRAY ok 27 - The object isa HASH ok 28 - The object isa HASH ok 29 - Element 0 isn't weak ok 30 - Element 1 is weak ok 31 - There should be no error extracting for network string ok 32 - The object isa ARRAY ok 33 - The object isa HASH ok 34 - The object isa HASH ok 35 - Element 0 isn't weak ok 36 - Element 1 is weak ok 37 - There should be no error extracting for nothing ok 38 - The object isa ARRAY ok 39 - The object isa HASH ok 40 - The object isa HASH ok 41 - Element 0 is weak ok 42 - Element 1 isn't weak ok 43 ok 44 - There should be no error extracting for file ok 45 - The object isa ARRAY ok 46 - The object isa HASH ok 47 - The object isa HASH ok 48 - Element 0 is weak ok 49 - Element 1 isn't weak ok 50 - There should be no error extracting for string ok 51 - The object isa ARRAY ok 52 - The object isa HASH ok 53 - The object isa HASH ok 54 - Element 0 is weak ok 55 - Element 1 isn't weak ok 56 ok 57 - There should be no error extracting for network file ok 58 - The object isa ARRAY ok 59 - The object isa HASH ok 60 - The object isa HASH ok 61 - Element 0 is weak ok 62 - Element 1 isn't weak ok 63 - There should be no error extracting for network string ok 64 - The object isa ARRAY ok 65 - The object isa HASH ok 66 - The object isa HASH ok 67 - Element 0 is weak ok 68 - Element 1 isn't weak ok 69 - There should be no error extracting for nothing ok 70 - The object isa ARRAY ok 71 - The object isa HASH ok 72 - Element 0 is weak ok 73 ok 74 - There should be no error extracting for file ok 75 - The object isa ARRAY ok 76 ok 77 - There should be no error extracting for string ok 78 - The object isa ARRAY ok 79 ok 80 ok 81 - There should be no error extracting for network file ok 82 - The object isa ARRAY ok 83 ok 84 - There should be no error extracting for network string ok 85 - The object isa ARRAY ok 86 ok 87 - There should be no error extracting for nothing ok 88 - The object isa ARRAY ok 89 - The object isa OVERLOADED ok 90 - The object isa OVERLOADED ok 91 - Element 0 is weak ok 92 - Element 1 isn't weak ok 93 - Element 0 stringifies to 77 ok 94 - Element 1 stringifies to 77 ok 95 ok 96 - There should be no error extracting for file ok 97 - The object isa ARRAY ok 98 - The object isa OVERLOADED ok 99 - The object isa OVERLOADED ok 100 - Element 0 is weak ok 101 - Element 1 isn't weak ok 102 - Element 0 stringifies to 77 ok 103 - Element 1 stringifies to 77 ok 104 - There should be no error extracting for string ok 105 - The object isa ARRAY ok 106 - The object isa OVERLOADED ok 107 - The object isa OVERLOADED ok 108 - Element 0 is weak ok 109 - Element 1 isn't weak ok 110 - Element 0 stringifies to 77 ok 111 - Element 1 stringifies to 77 ok 112 ok 113 - There should be no error extracting for network file ok 114 - The object isa ARRAY ok 115 - The object isa OVERLOADED ok 116 - The object isa OVERLOADED ok 117 - Element 0 is weak ok 118 - Element 1 isn't weak ok 119 - Element 0 stringifies to 77 ok 120 - Element 1 stringifies to 77 ok 121 - There should be no error extracting for network string ok 122 - The object isa ARRAY ok 123 - The object isa OVERLOADED ok 124 - The object isa OVERLOADED ok 125 - Element 0 is weak ok 126 - Element 1 isn't weak ok 127 - Element 0 stringifies to 77 ok 128 - Element 1 stringifies to 77 1..128 ok All tests successful, 1 test skipped. Files=32, Tests=2314, 7 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. WARNING: Unable to unlink 'C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.dll': Permission denied Going to try to rename it to 'C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.dll.AAA'. Rename succesful. Scheduling 'C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.dll.AAA' for deletion at reboot. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.bs Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.dll Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.exp Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.lib Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\Storable.pdb Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\autosplit.ix Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\BIN_VERSION_NV.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\BIN_WRITE_VERSION_NV.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\CAN_FLOCK.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\fd_retrieve.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\file_magic.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\freeze.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\lock_nstore.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\lock_retrieve.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\lock_store.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\logcarp.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\logcroak.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\nfreeze.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\nstore.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\nstore_fd.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\read_magic.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\retrieve.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\show_file_magic.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\store.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\store_fd.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\thaw.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\_freeze.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\_retrieve.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\_store.al Installing C:\cpanrun\build\5-10-0\lib\auto\Storable\_store_fd.al Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod