Checking if your kit is complete... Looks good Writing Makefile for Tie::Array::Packed Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Tie/Array/Packed.pm blib\lib\Tie\Array\Packed.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 Packed.xs > Packed.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Packed.xsc Packed.c cl -c -I. -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.08\" -DXS_VERSION=\"0.08\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Packed.c Packed.c Packed.xs(37) : warning C4244: '=' : conversion from 'long ' to 'char ', possible loss of data Packed.xs(51) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(121) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data Packed.xs(149) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss of data Packed.xs(202) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short ', possible loss of data Packed.xs(333) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(334) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(404) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(405) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(406) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(407) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data Packed.xs(449) : warning C4018: '>=' : signed/unsigned mismatch Packed.xs(453) : warning C4018: '==' : signed/unsigned mismatch Packed.xs(757) : warning C4018: '<' : signed/unsigned mismatch Packed.xs(819) : warning C4018: '<' : signed/unsigned mismatch Packed.xs(432) : warning C4715: 'data_vtbl' : not all control paths return a value Running Mkbootstrap for Tie::Array::Packed () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Packed.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Tie::Array::Packed\", 'DLBASE' => 'Packed', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Tie\Array\Packed\Packed.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Packed.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:Packed.def Creating library blib\arch\auto\Tie\Array\Packed\Packed.lib and object blib\arch\auto\Tie\Array\Packed\Packed.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Tie\Array\Packed\Packed.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Packed.bs blib\arch\auto\Tie\Array\Packed\Packed.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Tie\Array\Packed\Packed.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/pods................1..0 # Skip Only the author needs to check that POD docs are right skipped all skipped: Only the author needs to check that POD docs are right t/Tie-Array-Packed....1..223 ok 1 - use Tie::Array::Packed; ok 2 - make returned an object that isa ARRAY ok 3 - the tied object isa Tie::Array::Packed ok 4 - All c ok 5 - Zero index c ok 6 - Intermediate index c ok 7 - Last index c ok 8 - Last index (-1) c ok 9 - Out of bounds c ok 10 - Pushed ok 11 - Popped ok 12 - Count ok 13 - Count 2 ok 14 - make returned an object that isa ARRAY ok 15 - the tied object isa Tie::Array::Packed ok 16 - All C ok 17 - Zero index C ok 18 - Intermediate index C ok 19 - Last index C ok 20 - Last index (-1) C ok 21 - Out of bounds C ok 22 - Pushed ok 23 - Popped ok 24 - Count ok 25 - Count 2 ok 26 - make returned an object that isa ARRAY ok 27 - the tied object isa Tie::Array::Packed ok 28 - All F ok 29 - Zero index F ok 30 - Intermediate index F ok 31 - Last index F ok 32 - Last index (-1) F ok 33 - Out of bounds F ok 34 - Pushed ok 35 - Popped ok 36 - Count ok 37 - Count 2 ok 38 - make returned an object that isa ARRAY ok 39 - the tied object isa Tie::Array::Packed ok 40 - All f ok 41 - Zero index f ok 42 - Intermediate index f ok 43 - Last index f ok 44 - Last index (-1) f ok 45 - Out of bounds f ok 46 - Pushed ok 47 - Popped ok 48 - Count ok 49 - Count 2 ok 50 - make returned an object that isa ARRAY ok 51 - the tied object isa Tie::Array::Packed ok 52 - All d ok 53 - Zero index d ok 54 - Intermediate index d ok 55 - Last index d ok 56 - Last index (-1) d ok 57 - Out of bounds d ok 58 - Pushed ok 59 - Popped ok 60 - Count ok 61 - Count 2 ok 62 - make returned an object that isa ARRAY ok 63 - the tied object isa Tie::Array::Packed ok 64 - All i ok 65 - Zero index i ok 66 - Intermediate index i ok 67 - Last index i ok 68 - Last index (-1) i ok 69 - Out of bounds i ok 70 - Pushed ok 71 - Popped ok 72 - Count ok 73 - Count 2 ok 74 - make returned an object that isa ARRAY ok 75 - the tied object isa Tie::Array::Packed ok 76 - All I ok 77 - Zero index I ok 78 - Intermediate index I ok 79 - Last index I ok 80 - Last index (-1) I ok 81 - Out of bounds I ok 82 - Pushed ok 83 - Popped ok 84 - Count ok 85 - Count 2 ok 86 - make returned an object that isa ARRAY ok 87 - the tied object isa Tie::Array::Packed ok 88 - All j ok 89 - Zero index j ok 90 - Intermediate index j ok 91 - Last index j ok 92 - Last index (-1) j ok 93 - Out of bounds j ok 94 - Pushed ok 95 - Popped ok 96 - Count ok 97 - Count 2 ok 98 - make returned an object that isa ARRAY ok 99 - the tied object isa Tie::Array::Packed ok 100 - All J ok 101 - Zero index J ok 102 - Intermediate index J ok 103 - Last index J ok 104 - Last index (-1) J ok 105 - Out of bounds J ok 106 - Pushed ok 107 - Popped ok 108 - Count ok 109 - Count 2 ok 110 - make returned an object that isa ARRAY ok 111 - the tied object isa Tie::Array::Packed ok 112 - All s! ok 113 - Zero index s! ok 114 - Intermediate index s! ok 115 - Last index s! ok 116 - Last index (-1) s! ok 117 - Out of bounds s! ok 118 - Pushed ok 119 - Popped ok 120 - Count ok 121 - Count 2 ok 122 - make returned an object that isa ARRAY ok 123 - the tied object isa Tie::Array::Packed ok 124 - All S! ok 125 - Zero index S! ok 126 - Intermediate index S! ok 127 - Last index S! ok 128 - Last index (-1) S! ok 129 - Out of bounds S! ok 130 - Pushed ok 131 - Popped ok 132 - Count ok 133 - Count 2 ok 134 - make returned an object that isa ARRAY ok 135 - the tied object isa Tie::Array::Packed ok 136 - All l! ok 137 - Zero index l! ok 138 - Intermediate index l! ok 139 - Last index l! ok 140 - Last index (-1) l! ok 141 - Out of bounds l! ok 142 - Pushed ok 143 - Popped ok 144 - Count ok 145 - Count 2 ok 146 - make returned an object that isa ARRAY ok 147 - the tied object isa Tie::Array::Packed ok 148 - All L! ok 149 - Zero index L! ok 150 - Intermediate index L! ok 151 - Last index L! ok 152 - Last index (-1) L! ok 153 - Out of bounds L! ok 154 - Pushed ok 155 - Popped ok 156 - Count ok 157 - Count 2 ok 158 - make returned an object that isa ARRAY ok 159 - the tied object isa Tie::Array::Packed ok 160 - All n ok 161 - Zero index n ok 162 - Intermediate index n ok 163 - Last index n ok 164 - Last index (-1) n ok 165 - Out of bounds n ok 166 - Pushed ok 167 - Popped ok 168 - Count ok 169 - Count 2 ok 170 - make returned an object that isa ARRAY ok 171 - the tied object isa Tie::Array::Packed ok 172 - All N ok 173 - Zero index N ok 174 - Intermediate index N ok 175 - Last index N ok 176 - Last index (-1) N ok 177 - Out of bounds N ok 178 - Pushed ok 179 - Popped ok 180 - Count ok 181 - Count 2 ok 182 - make returned an object that isa ARRAY ok 183 - the tied object isa Tie::Array::Packed ok 184 - All v ok 185 - Zero index v ok 186 - Intermediate index v ok 187 - Last index v ok 188 - Last index (-1) v ok 189 - Out of bounds v ok 190 - Pushed ok 191 - Popped ok 192 - Count ok 193 - Count 2 ok 194 - $float isa Tie::Array::Packed::F ok 195 - $float isa Tie::Array::Packed ok 196 - All (Number) ok 197 - Float check ok 198 - $float->[0] exists ok 199 - $float->[1] not exists ok 200 - Delete returns correctly ok 201 - Deleted record is 0 ok 202 - $float isa Tie::Array::Packed::f ok 203 - $float isa Tie::Array::Packed ok 204 - All (Number) ok 205 - Float check ok 206 - $float->[0] exists ok 207 - $float->[1] not exists ok 208 - Delete returns correctly ok 209 - Deleted record is 0 ok 210 - $float isa Tie::Array::Packed::d ok 211 - $float isa Tie::Array::Packed ok 212 - All (Number) ok 213 - Float check ok 214 - $float->[0] exists ok 215 - $float->[1] not exists ok 216 - Delete returns correctly ok 217 - Deleted record is 0 ok 218 - Doc check 1 - Initialization overlap ok 219 - Doc check 1 - Initialization overlap ok 220 - Store into $array[@array] works ok 221 - Doc check 2 - Real versus method string access ok 222 - Store past end of @array works ok 223 - Store past end of @array works (intermediate goes to 0) ok All tests successful, 1 test skipped. Files=2, Tests=223, 0 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. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\Tie\Array\Packed\Packed.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Tie\Array\Packed\Packed.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Tie\Array\Packed\Packed.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Tie\Array\Packed\Packed.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Tie\Array\Packed\Packed.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Tie\Array\Packed.html Installing C:\cpanrun\build\5-10-0\site\lib\Tie\Array\Packed.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod