Checking if your kit is complete... Looks good Writing Makefile for Data::Sofu Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/cpanrun/build/5-10-0/site/lib/Win32API/File.pm line 20 cp lib/Data/Sofu.pm blib\lib\Data\Sofu.pm cp lib/Data/Sofu/Undefined.pm blib\lib\Data\Sofu\Undefined.pm cp lib/Data/Sofu/Reference.pm blib\lib\Data\Sofu\Reference.pm cp lib/Data/Sofu/Binary/Bin0200.pm blib\lib\Data\Sofu\Binary\Bin0200.pm cp lib/Data/Sofu/SofuML.pm blib\lib\Data\Sofu\SofuML.pm cp lib/Data/Sofu/Map.pm blib\lib\Data\Sofu\Map.pm cp lib/Data/Sofu/List.pm blib\lib\Data\Sofu\List.pm cp lib/Data/Sofu/Object.pm blib\lib\Data\Sofu\Object.pm cp lib/Data/Sofu/Value.pm blib\lib\Data\Sofu\Value.pm cp lib/Data/Sofu/Binary.pm blib\lib\Data\Sofu\Binary.pm 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/1_basic_sofu......1..11 ok 1 - use Data::Sofu; ok 2 - readSofu (scalar context) ok 3 - readSofu (list context) ok 4 - Sofu Comments ok 5 - Writing with writeSofu, getSofuComments ok 6 - reading written Sofu again ok 7 - Writing with writeSofu, getSofuComments to scalarref ok 8 - reading Sofu from Scalarref ok 9 - packSofu ok 10 - unpackSofu of the packed data ok 11 - readSofu of the packed data ok t/2_sofu_unicode....1..23 ok 1 - use Data::Sofu; ok 2 - readSofu (UTF 8 Data (Unix, no BOM)) ok 3 - readSofu (UTF 8 Data (Unix, with BOM)) ok 4 - readSofu (UTF 8 Data (Windows, no BOM)) ok 5 - readSofu (UTF 8 Data (Windows, with BOM)) ok 6 - readSofu (UTF 16 Data (Unix, machineorder, auto BOM)) ok 7 - readSofu (UTF 16 Data (Windows, machineorder, auto BOM)) ok 8 - readSofu (UTF 16 Data (Unix, little endian, no BOM)) ok 9 - readSofu (UTF 16 Data (Windows, little endian, no BOM)) ok 10 - readSofu (UTF 16 Data (Unix, little endian, forced BOM)) ok 11 - readSofu (UTF 16 Data (Windows, little endian, forced BOM)) ok 12 - readSofu (UTF 16 Data (Unix, big endian, no BOM)) ok 13 - readSofu (UTF 16 Data (Windows, big endian, no BOM)) ok 14 - readSofu (UTF 16 Data (Unix, big endian, forced BOM)) ok 15 - readSofu (UTF 16 Data (Windows, big endian, forced BOM)) ok 16 - readSofu (UTF 32 Data (Unix, machineorder, auto BOM)) ok 17 - readSofu (UTF 32 Data (Windows, machineorder, auto BOM)) ok 18 - readSofu (UTF 32 Data (Unix, little endian, no BOM)) ok 19 - readSofu (UTF 32 Data (Windows, little endian, no BOM)) ok 20 - readSofu (UTF 32 Data (Unix, little endian, forced BOM)) ok 21 - readSofu (UTF 32 Data (Windows, little endian, forced BOM)) ok 22 - readSofu (UTF 32 Data (Unix, big endian, forced BOM)) ok 23 - readSofu (UTF 32 Data (Windows, big endian, forced BOM)) ok t/3_sofu_objects....1..219 ok 1 - use Data::Sofu; ok 2 - getSofu, writeSofu ok 3 - Root is a Map ok 4 - Root has a comment ok 5 - Root has the right comment ok 6 - Root->Ruler ok 7 - Root->Ruler is a List ok 8 - Root->Ruler.len = 5 ok 9 - Root->Ruler->0 is a Value ok 10 - Root->Ruler->0 is 1 ok 11 - Root->Ruler->1 is a Value ok 12 - Root->Ruler->1 is 2 ok 13 - Root->Ruler->1 has a Comment ok 14 - Root->Ruler->1 has the right Comment ok 15 - Root->Ruler->2 is a Value ok 16 - Root->Ruler->2 is 3 ok 17 - Root->Ruler->3 is a Value ok 18 - Root->Ruler->3 is "MeÄep!" ok 19 - Root->Ruler->4 is a Map ok 20 - Root->Ruler->4->SubSub is a Map ok 21 - Root->Ruler->4->SubSub->Blubber is a List ok 22 - Root->Ruler->4->SubSub->Blubber->0 is a Value ok 23 - Root->Ruler->4->SubSub->Blubber->0 is 1 ok 24 - Root->Ruler->4->SubSub->Blubber->1 is a Value ok 25 - Root->Ruler->4->SubSub->Blubber->1 is 2 ok 26 - Root->Ruler->4->SubSub->Blubber->2 is a List ok 27 - Root->Ruler->4->SubSub->Blubber->2->0 is a Value ok 28 - Root->Ruler->4->SubSub->Blubber->2->0 is 4 ok 29 - Root->Ruler->4->SubSub->Blubber->2->1 is a Reference ok 30 - Root->Ruler->4->SubSub->Blubber->2->1 is the same as $objects ok 31 - Root->Ruler->4->SubSub->Blubber->2->1 is also a Map ok 32 - Root->Ruler->4->SubSub->Blubber->2->2 is a Value ok 33 - Root->Ruler->4->SubSub->Blubber->2->2 is 5 ok 34 - Root->Ruler->4->SubSub->Blubber->2->3 is a Value ok 35 - Root->Ruler->4->SubSub->Blubber->2->3 is "MeÄep!" ok 36 - Root->Ruler->4->SubSub->Blubber->3 is a Value ok 37 - Root->Ruler->4->SubSub->Blubber->3 is 3 ok 38 - Root->Ruler->4->SubSub->Test is a Map ok 39 - Root->Ruler->4->SubSub->Test has a comment ok 40 - Root->Ruler->4->SubSub->Test has the right comment ok 41 - Root->Ruler->4->SubSub->Test is Root->Ruler->4 ok 42 - Root->Ruler->5 is a List ok 43 - Root->Ruler->5->0 is a Value ok 44 - Root->Ruler->5->0 is "MeÄep!" ok 45 - Ruler->Sub<20>Entry is a Map ok 46 - Ruler->Sub<20>Entry has a comment ok 47 - Ruler->Sub<20>Entry has the first comment right ok 48 - Ruler->Sub<20>Entry has the second comment right ok 49 - Ruler->Sub<20>Entry->Foo is a Map ok 50 - Ruler->Sub<20>Entry->Foo is "MeÄep!" ok 51 - Root->List ok 52 - Root->List is a List ok 53 - Root->List->0 is a Value ok 54 - Root->List->1 is a Value ok 55 - Root->List->2 is not defined ok 56 - Root->List->3 is a Value ok 57 - Root->List->0 is '' ok 58 - Root->List->1 is '0' ok 59 - Root->List->3 is 3 ok 60 - Root->Testing ok 61 - Root->Testing is a List ok 62 - Root->Testing->0 is a Value ok 63 - Root->Testing->1 is a Value ok 64 - Root->Testing->2 is a Value ok 65 - Root->Testing->3 is a Value ok 66 - Root->Testing->4 is a Value ok 67 - Root->List->0 is right ok 68 - Root->List->1 is right ok 69 - Root->List->2 is right ok 70 - Root->List->3 is right ok 71 - Root->List->4 is right ok 72 - getSofu of written sofu ok 73 - Root is a Map ok 74 - Root has a comment ok 75 - Root has the right comment ok 76 - Root->Ruler ok 77 - Root->Ruler is a List ok 78 - Root->Ruler.len = 5 ok 79 - Root->Ruler->0 is a Value ok 80 - Root->Ruler->0 is 1 ok 81 - Root->Ruler->1 is a Value ok 82 - Root->Ruler->1 is 2 ok 83 - Root->Ruler->1 has a Comment ok 84 - Root->Ruler->1 has the right Comment ok 85 - Root->Ruler->2 is a Value ok 86 - Root->Ruler->2 is 3 ok 87 - Root->Ruler->3 is a Value ok 88 - Root->Ruler->3 is "MeÄep!" ok 89 - Root->Ruler->4 is a Map ok 90 - Root->Ruler->4->SubSub is a Map ok 91 - Root->Ruler->4->SubSub->Blubber is a List ok 92 - Root->Ruler->4->SubSub->Blubber->0 is a Value ok 93 - Root->Ruler->4->SubSub->Blubber->0 is 1 ok 94 - Root->Ruler->4->SubSub->Blubber->1 is a Value ok 95 - Root->Ruler->4->SubSub->Blubber->1 is 2 ok 96 - Root->Ruler->4->SubSub->Blubber->2 is a List ok 97 - Root->Ruler->4->SubSub->Blubber->2->0 is a Value ok 98 - Root->Ruler->4->SubSub->Blubber->2->0 is 4 ok 99 - Root->Ruler->4->SubSub->Blubber->2->1 is a Reference ok 100 - Root->Ruler->4->SubSub->Blubber->2->1 is the same as $objects ok 101 - Root->Ruler->4->SubSub->Blubber->2->1 is also a Map ok 102 - Root->Ruler->4->SubSub->Blubber->2->2 is a Value ok 103 - Root->Ruler->4->SubSub->Blubber->2->2 is 5 ok 104 - Root->Ruler->4->SubSub->Blubber->2->3 is a Value ok 105 - Root->Ruler->4->SubSub->Blubber->2->3 is "MeÄep!" ok 106 - Root->Ruler->4->SubSub->Blubber->3 is a Value ok 107 - Root->Ruler->4->SubSub->Blubber->3 is 3 ok 108 - Root->Ruler->4->SubSub->Test is a Map ok 109 - Root->Ruler->4->SubSub->Test has a comment ok 110 - Root->Ruler->4->SubSub->Test has the right comment ok 111 - Root->Ruler->4->SubSub->Test is Root->Ruler->4 ok 112 - Root->Ruler->5 is a List ok 113 - Root->Ruler->5->0 is a Value ok 114 - Root->Ruler->5->0 is "MeÄep!" ok 115 - Ruler->Sub<20>Entry is a Map ok 116 - Ruler->Sub<20>Entry has a comment ok 117 - Ruler->Sub<20>Entry has the first comment right ok 118 - Ruler->Sub<20>Entry has the second comment right ok 119 - Ruler->Sub<20>Entry->Foo is a Map ok 120 - Ruler->Sub<20>Entry->Foo is "MeÄep!" ok 121 - Root->List ok 122 - Root->List is a List ok 123 - Root->List->0 is a Value ok 124 - Root->List->1 is a Value ok 125 - Root->List->2 is not defined ok 126 - Root->List->3 is a Value ok 127 - Root->List->0 is '' ok 128 - Root->List->1 is '0' ok 129 - Root->List->3 is 3 ok 130 - Root->Testing ok 131 - Root->Testing is a List ok 132 - Root->Testing->0 is a Value ok 133 - Root->Testing->1 is a Value ok 134 - Root->Testing->2 is a Value ok 135 - Root->Testing->3 is a Value ok 136 - Root->Testing->4 is a Value ok 137 - Root->List->0 is right ok 138 - Root->List->1 is right ok 139 - Root->List->2 is right ok 140 - Root->List->3 is right ok 141 - Root->List->4 is right ok 142 - loadSofu ok 143 - Root is a Map ok 144 - Root has a comment ok 145 - Root has the right comment ok 146 - Root->Ruler ok 147 - Root->Ruler is a List ok 148 - Root->Ruler.len = 5 ok 149 - Root->Ruler->0 is a Value ok 150 - Root->Ruler->0 is 1 ok 151 - Root->Ruler->1 is a Value ok 152 - Root->Ruler->1 is 2 ok 153 - Root->Ruler->1 has a Comment ok 154 - Root->Ruler->1 has the right Comment ok 155 - Root->Ruler->2 is a Value ok 156 - Root->Ruler->2 is 3 ok 157 - Root->Ruler->3 is a Reference ok 158 - Root->Ruler->3 is a Value ok 159 - Root->Ruler->3 is "MeÄep!" ok 160 - Root->Ruler->4 is a Map ok 161 - Root->Ruler->4->SubSub is a Map ok 162 - Root->Ruler->4->SubSub->Blubber is a List ok 163 - Root->Ruler->4->SubSub->Blubber->0 is a Value ok 164 - Root->Ruler->4->SubSub->Blubber->0 is 1 ok 165 - Root->Ruler->4->SubSub->Blubber->1 is a Value ok 166 - Root->Ruler->4->SubSub->Blubber->1 is 2 ok 167 - Root->Ruler->4->SubSub->Blubber->2 is a List ok 168 - Root->Ruler->4->SubSub->Blubber->2->0 is a Value ok 169 - Root->Ruler->4->SubSub->Blubber->2->0 is 4 ok 170 - Root->Ruler->4->SubSub->Blubber->2->1 is a Reference ok 171 - Root->Ruler->4->SubSub->Blubber->2->1 is the same as $objects ok 172 - Root->Ruler->4->SubSub->Blubber->2->1 is also a Map ok 173 - Root->Ruler->4->SubSub->Blubber->2->2 is a Value ok 174 - Root->Ruler->4->SubSub->Blubber->2->2 is 5 ok 175 - Root->Ruler->4->SubSub->Blubber->2->3 is a Value ok 176 - Root->Ruler->4->SubSub->Blubber->2->3 is a Reference ok 177 - Root->Ruler->4->SubSub->Blubber->2->3 is "MeÄep!" ok 178 - Root->Ruler->4->SubSub->Blubber->3 is a Value ok 179 - Root->Ruler->4->SubSub->Blubber->3 is 3 ok 180 - Root->Ruler->4->SubSub->Test is a Map ok 181 - Root->Ruler->4->SubSub->Test has a comment ok 182 - Root->Ruler->4->SubSub->Test has the right comment ok 183 - Root->Ruler->4->SubSub->Test is Root->Ruler->4 ok 184 - Root->Ruler->5 is a List ok 185 - Root->Ruler->5->0 is a Reference ok 186 - Root->Ruler->5->0 is a Value ok 187 - Root->Ruler->5->0 is "MeÄep!" ok 188 - Ruler->Sub<20>Entry is a Map ok 189 - Ruler->Sub<20>Entry has a comment ok 190 - Ruler->Sub<20>Entry has the first comment right ok 191 - Ruler->Sub<20>Entry has the second comment right ok 192 - Ruler->Sub<20>Entry->Foo is a Map ok 193 - Ruler->Sub<20>Entry->Foo is "MeÄep!" ok 194 - Root->List ok 195 - Root->List is a List ok 196 - Root->List->0 is a Value ok 197 - Root->List->1 is a Value ok 198 - Root->List->2 is not defined ok 199 - Root->List->3 is a Value ok 200 - Root->List->0 is '' ok 201 - Root->List->1 is '0' ok 202 - Root->List->3 is 3 ok 203 - Root->Testing ok 204 - Root->Testing is a List ok 205 - Root->Testing->0 is a Value ok 206 - Root->Testing->1 is a Value ok 207 - Root->Testing->2 is a Value ok 208 - Root->Testing->3 is a Value ok 209 - Root->Testing->4 is a Value ok 210 - Root->List->0 is right ok 211 - Root->List->1 is right ok 212 - Root->List->2 is right ok 213 - Root->List->3 is right ok 214 - Root->List->4 is right ok 215 - Writing Objects to scalarref ok 216 - reading Sofu from Scalarref ok 217 - packing Objects ok 218 - unpackSofu of the packed data ok 219 - readSofu of the packed data ok t/4_binary_sofu.....1..136 ok 1 - loadSofu ok 2 - readSofu (Sanity check) ok 3 - writeBinarySofu ok 4 - writeBinary (default) ok 5 - Comments assertion ok 6 - writeBinarySofu encoding utf-8, byteorder default, Sofumark default ok 7 - writeBinary encoding utf-8, byteorder default, Sofumark default ok 8 - Comments assertion ok 9 - writeBinarySofu encoding utf-7, byteorder default, Sofumark default ok 10 - writeBinary encoding utf-7, byteorder default, Sofumark default ok 11 - Comments assertion ok 12 - writeBinarySofu encoding UTF-16, byteorder default, Sofumark default ok 13 - writeBinary encoding UTF-16, byteorder default, Sofumark default ok 14 - Comments assertion ok 15 - writeBinarySofu encoding UTF-16BE, byteorder default, Sofumark default ok 16 - writeBinary encoding UTF-16BE, byteorder default, Sofumark default ok 17 - Comments assertion ok 18 - writeBinarySofu encoding UTF-16LE, byteorder default, Sofumark default ok 19 - writeBinary encoding UTF-16BE, byteorder default, Sofumark default ok 20 - Comments assertion ok 21 - writeBinarySofu encoding UTF-16, byteorder default, Sofumark default ok 22 - writeBinary encoding UTF-16, byteorder default, Sofumark default ok 23 - Comments assertion ok 24 - writeBinarySofu encoding UTF-16BE, byteorder default, Sofumark default ok 25 - writeBinary encoding UTF-16BE, byteorder default, Sofumark default ok 26 - Comments assertion ok 27 - writeBinarySofu encoding UTF-16LE, byteorder default, Sofumark default ok 28 - writeBinary encoding UTF-16BE, byteorder default, Sofumark default ok 29 - Comments assertion ok 30 - writeBinarySofu encoding latin1, byteorder default, Sofumark default ok 31 - writeBinary encoding latin1, byteorder default, Sofumark default ok 32 - Comments assertion ok 33 - writeBinarySofu encoding utf-8, byteorder 7Bit, Sofumark default ok 34 - writeBinary encoding utf-8, byteorder 7Bit, Sofumark default ok 35 - Comments assertion ok 36 - writeBinarySofu encoding utf-7, byteorder LE, Sofumark default ok 37 - writeBinary encoding utf-7, byteorder LE, Sofumark default ok 38 - Comments assertion ok 39 - writeBinarySofu encoding UTF-16, byteorder BE, Sofumark default ok 40 - writeBinary encoding UTF-16, byteorder BE, Sofumark default ok 41 - Comments assertion ok 42 - writeBinarySofu encoding UTF-16BE, byteorder NOFORCE7BIT, Sofumark default ok 43 - writeBinary encoding UTF-16BE, byteorder NOFORCE7BIT, Sofumark default ok 44 - Comments assertion ok 45 - writeBinarySofu encoding UTF-16LE, byteorder 7Bit, Sofumark 0% ok 46 - writeBinary encoding UTF-16LE, byteorder 7Bit, Sofumark 0% ok 47 - Comments assertion ok 48 - writeBinarySofu encoding UTF-16, byteorder LE, Sofumark 100% ok 49 - writeBinary encoding UTF-16, byteorder LE, Sofumark 100% ok 50 - Comments assertion ok 51 - writeBinarySofu encoding UTF-16BE, byteorder BE, Sofumark 50% ok 52 - writeBinary encoding UTF-16BE, byteorder BE, Sofumark 50% ok 53 - Comments assertion ok 54 - writeBinarySofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 55 - writeBinary encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 56 - Comments assertion ok 57 - packBinarySofu(Object) encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 58 - loadSofu encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 59 - packBinarySofu(Object) encoding UTF-16BE, byteorder LE, Sofumark 100% ok 60 - loadSofu encoding UTF-16BE, byteorder LE, Sofumark 100% ok 61 - packBinarySofu(Object) encoding UTF-8, byteorder BE, Sofumark 50% ok 62 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 63 - packBinarySofu(Object) encoding UTF-16, byteorder NOFORCE7BIT, Sofumark 66% ok 64 - loadSofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 65 - packBinarySofu(Object) encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 66 - loadSofu encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 67 - packBinarySofu(Object) encoding UTF-16BE, byteorder LE, Sofumark 100% ok 68 - loadSofu encoding UTF-16BE, byteorder LE, Sofumark 100% ok 69 - packBinarySofu(Object) encoding UTF-8, byteorder BE, Sofumark 50% ok 70 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 71 - packBinarySofu(Object) encoding UTF-16, byteorder NOFORCE7BIT, Sofumark 66% ok 72 - loadSofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 73 - writeBinary(Object) ok 74 - loadSofu (default) ok 75 - writeBinary(Object) encoding utf-8, byteorder default, Sofumark default ok 76 - loadSofu encoding utf-8, byteorder default, Sofumark default ok 77 - writeBinary(Object) encoding utf-7, byteorder default, Sofumark default ok 78 - loadSofu encoding utf-7, byteorder default, Sofumark default ok 79 - writeBinary(Object) encoding UTF-16, byteorder default, Sofumark default ok 80 - loadSofu encoding UTF-16, byteorder default, Sofumark default ok 81 - writeBinary(Object) encoding UTF-16BE, byteorder default, Sofumark default ok 82 - loadSofu encoding UTF-16BE, byteorder default, Sofumark default ok 83 - writeBinary(Object) encoding UTF-16LE, byteorder default, Sofumark default ok 84 - loadSofu encoding UTF-16BE, byteorder default, Sofumark default ok 85 - writeBinary(Object) encoding UTF-16, byteorder default, Sofumark default ok 86 - loadSofu encoding UTF-16, byteorder default, Sofumark default ok 87 - writeBinary(Object) encoding UTF-16BE, byteorder default, Sofumark default ok 88 - loadSofu encoding UTF-16BE, byteorder default, Sofumark default ok 89 - writeBinary(Object) encoding UTF-16LE, byteorder default, Sofumark default ok 90 - loadSofu encoding UTF-16BE, byteorder default, Sofumark default ok 91 - writeBinary(Object) encoding latin1, byteorder default, Sofumark default ok 92 - loadSofu encoding latin1, byteorder default, Sofumark default ok 93 - writeBinary(Object) encoding utf-8, byteorder 7Bit, Sofumark default ok 94 - loadSofu encoding utf-8, byteorder 7Bit, Sofumark default ok 95 - writeBinary(Object) encoding utf-7, byteorder LE, Sofumark default ok 96 - loadSofu encoding utf-7, byteorder LE, Sofumark default ok 97 - writeBinary(Object) encoding UTF-16, byteorder BE, Sofumark default ok 98 - loadSofu encoding UTF-16, byteorder BE, Sofumark default ok 99 - writeBinary(Object) encoding UTF-16BE, byteorder NOFORCE7BIT, Sofumark default ok 100 - loadSofu encoding UTF-16BE, byteorder NOFORCE7BIT, Sofumark default ok 101 - writeBinary(Object) encoding UTF-16LE, byteorder 7Bit, Sofumark 0% ok 102 - loadSofu encoding UTF-16LE, byteorder 7Bit, Sofumark 0% ok 103 - writeBinary(Object) encoding UTF-16, byteorder LE, Sofumark 100% ok 104 - loadSofu encoding UTF-16, byteorder LE, Sofumark 100% ok 105 - writeBinary(Object) encoding UTF-16BE, byteorder BE, Sofumark 50% ok 106 - loadSofu encoding UTF-16BE, byteorder BE, Sofumark 50% ok 107 - writeBinary(Object) encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 108 - loadSofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 109 - packBinarySofu(Object) encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 110 - loadSofu encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 111 - packBinarySofu(Object) encoding UTF-16BE, byteorder LE, Sofumark 100% ok 112 - loadSofu encoding UTF-16BE, byteorder LE, Sofumark 100% ok 113 - packBinarySofu(Object) encoding UTF-8, byteorder BE, Sofumark 50% ok 114 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 115 - packBinarySofu(Object) encoding UTF-16, byteorder NOFORCE7BIT, Sofumark 66% ok 116 - loadSofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 117 - WriteBinarySofu(Scalarref)(Object) encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 118 - loadSofu encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 119 - WriteBinarySofu(Scalarref)(Object) encoding UTF-16BE, byteorder LE, Sofumark 100% ok 120 - loadSofu encoding UTF-16BE, byteorder LE, Sofumark 100% ok 121 - WriteBinarySofu(Scalarref)(Object) encoding UTF-8, byteorder BE, Sofumark 50% ok 122 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 123 - WriteBinarySofu(Scalarref)(Object) encoding UTF-16, byteorder NOFORCE7BIT, Sofumark 66% ok 124 - loadSofu encoding UTF-16LE, byteorder NOFORCE7BIT, Sofumark 66% ok 125 - packBinarySofu(Object based writer) encoding UTF-8, byteorder BE, Sofumark 50% ok 126 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 127 - packBinarySofu(Object based writer) encoding latin1, byteorder NOFORCE7BIT, Sofumark 66% ok 128 - loadSofu encoding latin1, byteorder NOFORCE7BIT, Sofumark 66% ok 129 - WriteBinarySofu(Scalarref)(Object based writer) encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 130 - loadSofu encoding UTF-7, byteorder 7Bit, Sofumark 0% ok 131 - WriteBinarySofu(Scalarref)(Object based writer) encoding latin1, byteorder LE, Sofumark 100% ok 132 - loadSofu encoding latin1, byteorder LE, Sofumark 100% ok 133 - WriteBinarySofu(Object based writer) encoding UTF-8, byteorder BE, Sofumark 50% ok 134 - loadSofu encoding UTF-8, byteorder BE, Sofumark 50% ok 135 - WriteBinarySofu(Object based writer) encoding latin1, byteorder NOFORCE7BIT, Sofumark 66% ok 136 - loadSofu encoding latin1, byteorder NOFORCE7BIT, Sofumark 66% ok t/5_sofu_ML.........1..19 ok 1 - loadSofu ok 2 - readSofu (Sanity check) ok 3 - writeSofuML to scalarref ok 4 - writeSofuML to scalarref ok 5 - writeML (Object tree) ok 6 - packSofuML (Object tree) ok 7 - Parsed SofuML from scalarref ok 8 - Comments assertion ok 9 - unpacked SofuML from scalarref ok 10 - Comments assertion ok 11 - Parsed SofuML from scalar ok 12 - Comments assertion ok 13 - unpacked SofuML from scalar ok 14 - Comments assertion ok 15 - Parsed SofuML from file ok 16 - Comments assertion ok 17 - Parsed Sofu-Objects from scalarref ok 18 - Parsed Sofu-Objects from scalar ok 19 - Parsed Sofu-Objects from file ok All tests successful. Files=5, Tests=408, 4 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. Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/cpanrun/build/5-10-0/site/lib/Win32API/File.pm line 20 Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Binary.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\List.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Map.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Object.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Reference.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\SofuML.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Undefined.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Value.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Data\Sofu\Binary\Bin0200.html Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Binary.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\List.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Map.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Object.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Reference.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\SofuML.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Undefined.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Value.pm Installing C:\cpanrun\build\5-10-0\site\lib\Data\Sofu\Binary\Bin0200.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod