Warning: prerequisite ExtUtils::AutoInstall 0.49 not found. Checking if your kit is complete... Looks good Warning: Guessing NAME [Data-Vitals] from current directory name. Writing Makefile for Data-Vitals cp lib/Data/Vitals/Height.pm blib/lib/Data/Vitals/Height.pm cp lib/Data/Vitals/Waist.pm blib/lib/Data/Vitals/Waist.pm cp lib/Data/Vitals.pm blib/lib/Data/Vitals.pm cp lib/Data/Vitals/Chest.pm blib/lib/Data/Vitals/Chest.pm cp lib/Data/Vitals/Hips.pm blib/lib/Data/Vitals/Hips.pm cp lib/Data/Vitals/Util.pm blib/lib/Data/Vitals/Util.pm cp lib/Data/Vitals/Circumference.pm blib/lib/Data/Vitals/Circumference.pm cp lib/Data/Vitals/Frame.pm blib/lib/Data/Vitals/Frame.pm cp lib/Data/Vitals/Underarm.pm blib/lib/Data/Vitals/Underarm.pm Manifying blib/man3/Data::Vitals::Height.3 Manifying blib/man3/Data::Vitals::Waist.3 Manifying blib/man3/Data::Vitals::Util.3 Manifying blib/man3/Data::Vitals::Hips.3 Manifying blib/man3/Data::Vitals::Chest.3 Manifying blib/man3/Data::Vitals.3 Manifying blib/man3/Data::Vitals::Circumference.3 Manifying blib/man3/Data::Vitals::Frame.3 Manifying blib/man3/Data::Vitals::Underarm.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_compile..........1..9 ok 1 - use Data::Vitals; ok 2 - use Data::Vitals::Util; ok 3 - use Data::Vitals::Height; ok 4 - use Data::Vitals::Circumference; ok 5 - use Data::Vitals::Hips; ok 6 - use Data::Vitals::Waist; ok 7 - use Data::Vitals::Frame; ok 8 - use Data::Vitals::Chest; ok 9 - use Data::Vitals::Underarm; ok t/02_api..............1..83 ok 1 - Class 'Data::Vitals' is loaded ok 2 - Class 'Data::Vitals::Chest' is loaded ok 3 - Class 'Data::Vitals::Circumference' is loaded ok 4 - Class 'Data::Vitals::Frame' is loaded ok 5 - Class 'Data::Vitals::Height' is loaded ok 6 - Class 'Data::Vitals::Hips' is loaded ok 7 - Class 'Data::Vitals::Underarm' is loaded ok 8 - Class 'Data::Vitals::Util' is loaded ok 9 - Class 'Data::Vitals::Waist' is loaded ok 10 - Data::Vitals->can('bust') ok 11 - Data::Vitals->can('chest') ok 12 - Data::Vitals->can('frame') ok 13 - Data::Vitals->can('height') ok 14 - Data::Vitals->can('hips') ok 15 - Data::Vitals->can('underarm') ok 16 - Data::Vitals->can('waist') ok 17 - No unknown public methods in 'Data::Vitals' ok 18 - No function/class collisions in 'Data::Vitals' ok 19 - Data::Vitals::Chest isa Data::Vitals::Circumference ok 20 - Data::Vitals::Chest->can('as_cms') ok 21 - Data::Vitals::Chest->can('as_imperial') ok 22 - Data::Vitals::Chest->can('as_inches') ok 23 - Data::Vitals::Chest->can('as_metric') ok 24 - Data::Vitals::Chest->can('as_string') ok 25 - Data::Vitals::Chest->can('new') ok 26 - No unknown public methods in 'Data::Vitals::Chest' ok 27 - No function/class collisions in 'Data::Vitals::Chest' ok 28 - Data::Vitals::Circumference->can('as_cms') ok 29 - Data::Vitals::Circumference->can('as_imperial') ok 30 - Data::Vitals::Circumference->can('as_inches') ok 31 - Data::Vitals::Circumference->can('as_metric') ok 32 - Data::Vitals::Circumference->can('as_string') ok 33 - Data::Vitals::Circumference->can('new') ok 34 - No unknown public methods in 'Data::Vitals::Circumference' ok 35 - No function/class collisions in 'Data::Vitals::Circumference' ok 36 - Data::Vitals::Frame isa Data::Vitals::Circumference ok 37 - Data::Vitals::Frame->can('as_cms') ok 38 - Data::Vitals::Frame->can('as_imperial') ok 39 - Data::Vitals::Frame->can('as_inches') ok 40 - Data::Vitals::Frame->can('as_metric') ok 41 - Data::Vitals::Frame->can('as_string') ok 42 - Data::Vitals::Frame->can('new') ok 43 - No unknown public methods in 'Data::Vitals::Frame' ok 44 - No function/class collisions in 'Data::Vitals::Frame' ok 45 - Data::Vitals::Height->can('as_cms') ok 46 - Data::Vitals::Height->can('as_feet') ok 47 - Data::Vitals::Height->can('as_imperial') ok 48 - Data::Vitals::Height->can('as_metric') ok 49 - Data::Vitals::Height->can('as_string') ok 50 - Data::Vitals::Height->can('new') ok 51 - No unknown public methods in 'Data::Vitals::Height' ok 52 - No function/class collisions in 'Data::Vitals::Height' ok 53 - Data::Vitals::Hips isa Data::Vitals::Circumference ok 54 - Data::Vitals::Hips->can('as_cms') ok 55 - Data::Vitals::Hips->can('as_imperial') ok 56 - Data::Vitals::Hips->can('as_inches') ok 57 - Data::Vitals::Hips->can('as_metric') ok 58 - Data::Vitals::Hips->can('as_string') ok 59 - Data::Vitals::Hips->can('new') ok 60 - No unknown public methods in 'Data::Vitals::Hips' ok 61 - No function/class collisions in 'Data::Vitals::Hips' ok 62 - Data::Vitals::Underarm isa Data::Vitals::Circumference ok 63 - Data::Vitals::Underarm->can('as_cms') ok 64 - Data::Vitals::Underarm->can('as_imperial') ok 65 - Data::Vitals::Underarm->can('as_inches') ok 66 - Data::Vitals::Underarm->can('as_metric') ok 67 - Data::Vitals::Underarm->can('as_string') ok 68 - Data::Vitals::Underarm->can('new') ok 69 - No unknown public methods in 'Data::Vitals::Underarm' ok 70 - No function/class collisions in 'Data::Vitals::Underarm' ok 71 - Data::Vitals::Util->can('cm2inch') ok 72 - Data::Vitals::Util->can('inch2cm') ok 73 - No unknown public methods in 'Data::Vitals::Util' ok 74 - No function/class collisions in 'Data::Vitals::Util' ok 75 - Data::Vitals::Waist isa Data::Vitals::Circumference ok 76 - Data::Vitals::Waist->can('as_cms') ok 77 - Data::Vitals::Waist->can('as_imperial') ok 78 - Data::Vitals::Waist->can('as_inches') ok 79 - Data::Vitals::Waist->can('as_metric') ok 80 - Data::Vitals::Waist->can('as_string') ok 81 - Data::Vitals::Waist->can('new') ok 82 - No unknown public methods in 'Data::Vitals::Waist' ok 83 - No function/class collisions in 'Data::Vitals::Waist' ok t/03_util.............1..373 ok 1 - Eval succeeded ok 2 - Loading with () does not import ok 3 - Loading with () does not import ok 4 - Eval succeeded ok 5 - Loading plain does not import ok 6 - Loading plain does not import ok 7 - Eval succeeded ok 8 - Loading with explicit import does import ok 9 - Loading with explicit import does import ok 10 - Got a different cm value ok 11 - cm2inch(inch2cm(10)) == 10 ok 12 - Got a different cm value ok 13 - cm2inch(inch2cm(10.5)) == 10.5 ok 14 - Got a different cm value ok 15 - cm2inch(inch2cm(11)) == 11 ok 16 - Got a different cm value ok 17 - cm2inch(inch2cm(11.5)) == 11.5 ok 18 - Got a different cm value ok 19 - cm2inch(inch2cm(12)) == 12 ok 20 - Got a different cm value ok 21 - cm2inch(inch2cm(12.5)) == 12.5 ok 22 - Got a different cm value ok 23 - cm2inch(inch2cm(13)) == 13 ok 24 - Got a different cm value ok 25 - cm2inch(inch2cm(13.5)) == 13.5 ok 26 - Got a different cm value ok 27 - cm2inch(inch2cm(14)) == 14 ok 28 - Got a different cm value ok 29 - cm2inch(inch2cm(14.5)) == 14.5 ok 30 - Got a different cm value ok 31 - cm2inch(inch2cm(15)) == 15 ok 32 - Got a different cm value ok 33 - cm2inch(inch2cm(15.5)) == 15.5 ok 34 - Got a different cm value ok 35 - cm2inch(inch2cm(16)) == 16 ok 36 - Got a different cm value ok 37 - cm2inch(inch2cm(16.5)) == 16.5 ok 38 - Got a different cm value ok 39 - cm2inch(inch2cm(17)) == 17 ok 40 - Got a different cm value ok 41 - cm2inch(inch2cm(17.5)) == 17.5 ok 42 - Got a different cm value ok 43 - cm2inch(inch2cm(18)) == 18 ok 44 - Got a different cm value ok 45 - cm2inch(inch2cm(18.5)) == 18.5 ok 46 - Got a different cm value ok 47 - cm2inch(inch2cm(19)) == 19 ok 48 - Got a different cm value ok 49 - cm2inch(inch2cm(19.5)) == 19.5 ok 50 - Got a different cm value ok 51 - cm2inch(inch2cm(20)) == 20 ok 52 - Got a different cm value ok 53 - cm2inch(inch2cm(20.5)) == 20.5 ok 54 - Got a different cm value ok 55 - cm2inch(inch2cm(21)) == 21 ok 56 - Got a different cm value ok 57 - cm2inch(inch2cm(21.5)) == 21.5 ok 58 - Got a different cm value ok 59 - cm2inch(inch2cm(22)) == 22 ok 60 - Got a different cm value ok 61 - cm2inch(inch2cm(22.5)) == 22.5 ok 62 - Got a different cm value ok 63 - cm2inch(inch2cm(23)) == 23 ok 64 - Got a different cm value ok 65 - cm2inch(inch2cm(23.5)) == 23.5 ok 66 - Got a different cm value ok 67 - cm2inch(inch2cm(24)) == 24 ok 68 - Got a different cm value ok 69 - cm2inch(inch2cm(24.5)) == 24.5 ok 70 - Got a different cm value ok 71 - cm2inch(inch2cm(25)) == 25 ok 72 - Got a different cm value ok 73 - cm2inch(inch2cm(25.5)) == 25.5 ok 74 - Got a different cm value ok 75 - cm2inch(inch2cm(26)) == 26 ok 76 - Got a different cm value ok 77 - cm2inch(inch2cm(26.5)) == 26.5 ok 78 - Got a different cm value ok 79 - cm2inch(inch2cm(27)) == 27 ok 80 - Got a different cm value ok 81 - cm2inch(inch2cm(27.5)) == 27.5 ok 82 - Got a different cm value ok 83 - cm2inch(inch2cm(28)) == 28 ok 84 - Got a different cm value ok 85 - cm2inch(inch2cm(28.5)) == 28.5 ok 86 - Got a different cm value ok 87 - cm2inch(inch2cm(29)) == 29 ok 88 - Got a different cm value ok 89 - cm2inch(inch2cm(29.5)) == 29.5 ok 90 - Got a different cm value ok 91 - cm2inch(inch2cm(30)) == 30 ok 92 - Got a different cm value ok 93 - cm2inch(inch2cm(30.5)) == 30.5 ok 94 - Got a different cm value ok 95 - cm2inch(inch2cm(31)) == 31 ok 96 - Got a different cm value ok 97 - cm2inch(inch2cm(31.5)) == 31.5 ok 98 - Got a different cm value ok 99 - cm2inch(inch2cm(32)) == 32 ok 100 - Got a different cm value ok 101 - cm2inch(inch2cm(32.5)) == 32.5 ok 102 - Got a different cm value ok 103 - cm2inch(inch2cm(33)) == 33 ok 104 - Got a different cm value ok 105 - cm2inch(inch2cm(33.5)) == 33.5 ok 106 - Got a different cm value ok 107 - cm2inch(inch2cm(34)) == 34 ok 108 - Got a different cm value ok 109 - cm2inch(inch2cm(34.5)) == 34.5 ok 110 - Got a different cm value ok 111 - cm2inch(inch2cm(35)) == 35 ok 112 - Got a different cm value ok 113 - cm2inch(inch2cm(35.5)) == 35.5 ok 114 - Got a different cm value ok 115 - cm2inch(inch2cm(36)) == 36 ok 116 - Got a different cm value ok 117 - cm2inch(inch2cm(36.5)) == 36.5 ok 118 - Got a different cm value ok 119 - cm2inch(inch2cm(37)) == 37 ok 120 - Got a different cm value ok 121 - cm2inch(inch2cm(37.5)) == 37.5 ok 122 - Got a different cm value ok 123 - cm2inch(inch2cm(38)) == 38 ok 124 - Got a different cm value ok 125 - cm2inch(inch2cm(38.5)) == 38.5 ok 126 - Got a different cm value ok 127 - cm2inch(inch2cm(39)) == 39 ok 128 - Got a different cm value ok 129 - cm2inch(inch2cm(39.5)) == 39.5 ok 130 - Got a different cm value ok 131 - cm2inch(inch2cm(40)) == 40 ok 132 - Got a different cm value ok 133 - cm2inch(inch2cm(40.5)) == 40.5 ok 134 - Got a different cm value ok 135 - cm2inch(inch2cm(41)) == 41 ok 136 - Got a different cm value ok 137 - cm2inch(inch2cm(41.5)) == 41.5 ok 138 - Got a different cm value ok 139 - cm2inch(inch2cm(42)) == 42 ok 140 - Got a different cm value ok 141 - cm2inch(inch2cm(42.5)) == 42.5 ok 142 - Got a different cm value ok 143 - cm2inch(inch2cm(43)) == 43 ok 144 - Got a different cm value ok 145 - cm2inch(inch2cm(43.5)) == 43.5 ok 146 - Got a different cm value ok 147 - cm2inch(inch2cm(44)) == 44 ok 148 - Got a different cm value ok 149 - cm2inch(inch2cm(44.5)) == 44.5 ok 150 - Got a different cm value ok 151 - cm2inch(inch2cm(45)) == 45 ok 152 - Got a different cm value ok 153 - cm2inch(inch2cm(45.5)) == 45.5 ok 154 - Got a different cm value ok 155 - cm2inch(inch2cm(46)) == 46 ok 156 - Got a different cm value ok 157 - cm2inch(inch2cm(46.5)) == 46.5 ok 158 - Got a different cm value ok 159 - cm2inch(inch2cm(47)) == 47 ok 160 - Got a different cm value ok 161 - cm2inch(inch2cm(47.5)) == 47.5 ok 162 - Got a different cm value ok 163 - cm2inch(inch2cm(48)) == 48 ok 164 - Got a different cm value ok 165 - cm2inch(inch2cm(48.5)) == 48.5 ok 166 - Got a different cm value ok 167 - cm2inch(inch2cm(49)) == 49 ok 168 - Got a different cm value ok 169 - cm2inch(inch2cm(49.5)) == 49.5 ok 170 - Got a different cm value ok 171 - cm2inch(inch2cm(50)) == 50 ok 172 - Got a different cm value ok 173 - cm2inch(inch2cm(50.5)) == 50.5 ok 174 - Got a different cm value ok 175 - cm2inch(inch2cm(51)) == 51 ok 176 - Got a different cm value ok 177 - cm2inch(inch2cm(51.5)) == 51.5 ok 178 - Got a different cm value ok 179 - cm2inch(inch2cm(52)) == 52 ok 180 - Got a different cm value ok 181 - cm2inch(inch2cm(52.5)) == 52.5 ok 182 - Got a different cm value ok 183 - cm2inch(inch2cm(53)) == 53 ok 184 - Got a different cm value ok 185 - cm2inch(inch2cm(53.5)) == 53.5 ok 186 - Got a different cm value ok 187 - cm2inch(inch2cm(54)) == 54 ok 188 - Got a different cm value ok 189 - cm2inch(inch2cm(54.5)) == 54.5 ok 190 - Got a different cm value ok 191 - cm2inch(inch2cm(55)) == 55 ok 192 - Got a different cm value ok 193 - cm2inch(inch2cm(55.5)) == 55.5 ok 194 - Got a different cm value ok 195 - cm2inch(inch2cm(56)) == 56 ok 196 - Got a different cm value ok 197 - cm2inch(inch2cm(56.5)) == 56.5 ok 198 - Got a different cm value ok 199 - cm2inch(inch2cm(57)) == 57 ok 200 - Got a different cm value ok 201 - cm2inch(inch2cm(57.5)) == 57.5 ok 202 - Got a different cm value ok 203 - cm2inch(inch2cm(58)) == 58 ok 204 - Got a different cm value ok 205 - cm2inch(inch2cm(58.5)) == 58.5 ok 206 - Got a different cm value ok 207 - cm2inch(inch2cm(59)) == 59 ok 208 - Got a different cm value ok 209 - cm2inch(inch2cm(59.5)) == 59.5 ok 210 - Got a different cm value ok 211 - cm2inch(inch2cm(60)) == 60 ok 212 - Got a different cm value ok 213 - cm2inch(inch2cm(60.5)) == 60.5 ok 214 - Got a different cm value ok 215 - cm2inch(inch2cm(61)) == 61 ok 216 - Got a different cm value ok 217 - cm2inch(inch2cm(61.5)) == 61.5 ok 218 - Got a different cm value ok 219 - cm2inch(inch2cm(62)) == 62 ok 220 - Got a different cm value ok 221 - cm2inch(inch2cm(62.5)) == 62.5 ok 222 - Got a different cm value ok 223 - cm2inch(inch2cm(63)) == 63 ok 224 - Got a different cm value ok 225 - cm2inch(inch2cm(63.5)) == 63.5 ok 226 - Got a different cm value ok 227 - cm2inch(inch2cm(64)) == 64 ok 228 - Got a different cm value ok 229 - cm2inch(inch2cm(64.5)) == 64.5 ok 230 - Got a different cm value ok 231 - cm2inch(inch2cm(65)) == 65 ok 232 - Got a different cm value ok 233 - cm2inch(inch2cm(65.5)) == 65.5 ok 234 - Got a different cm value ok 235 - cm2inch(inch2cm(66)) == 66 ok 236 - Got a different cm value ok 237 - cm2inch(inch2cm(66.5)) == 66.5 ok 238 - Got a different cm value ok 239 - cm2inch(inch2cm(67)) == 67 ok 240 - Got a different cm value ok 241 - cm2inch(inch2cm(67.5)) == 67.5 ok 242 - Got a different cm value ok 243 - cm2inch(inch2cm(68)) == 68 ok 244 - Got a different cm value ok 245 - cm2inch(inch2cm(68.5)) == 68.5 ok 246 - Got a different cm value ok 247 - cm2inch(inch2cm(69)) == 69 ok 248 - Got a different cm value ok 249 - cm2inch(inch2cm(69.5)) == 69.5 ok 250 - Got a different cm value ok 251 - cm2inch(inch2cm(70)) == 70 ok 252 - Got a different cm value ok 253 - cm2inch(inch2cm(70.5)) == 70.5 ok 254 - Got a different cm value ok 255 - cm2inch(inch2cm(71)) == 71 ok 256 - Got a different cm value ok 257 - cm2inch(inch2cm(71.5)) == 71.5 ok 258 - Got a different cm value ok 259 - cm2inch(inch2cm(72)) == 72 ok 260 - Got a different cm value ok 261 - cm2inch(inch2cm(72.5)) == 72.5 ok 262 - Got a different cm value ok 263 - cm2inch(inch2cm(73)) == 73 ok 264 - Got a different cm value ok 265 - cm2inch(inch2cm(73.5)) == 73.5 ok 266 - Got a different cm value ok 267 - cm2inch(inch2cm(74)) == 74 ok 268 - Got a different cm value ok 269 - cm2inch(inch2cm(74.5)) == 74.5 ok 270 - Got a different cm value ok 271 - cm2inch(inch2cm(75)) == 75 ok 272 - Got a different cm value ok 273 - cm2inch(inch2cm(75.5)) == 75.5 ok 274 - Got a different cm value ok 275 - cm2inch(inch2cm(76)) == 76 ok 276 - Got a different cm value ok 277 - cm2inch(inch2cm(76.5)) == 76.5 ok 278 - Got a different cm value ok 279 - cm2inch(inch2cm(77)) == 77 ok 280 - Got a different cm value ok 281 - cm2inch(inch2cm(77.5)) == 77.5 ok 282 - Got a different cm value ok 283 - cm2inch(inch2cm(78)) == 78 ok 284 - Got a different cm value ok 285 - cm2inch(inch2cm(78.5)) == 78.5 ok 286 - Got a different cm value ok 287 - cm2inch(inch2cm(79)) == 79 ok 288 - Got a different cm value ok 289 - cm2inch(inch2cm(79.5)) == 79.5 ok 290 - Got a different cm value ok 291 - cm2inch(inch2cm(80)) == 80 ok 292 - Got a different cm value ok 293 - cm2inch(inch2cm(80.5)) == 80.5 ok 294 - Got a different cm value ok 295 - cm2inch(inch2cm(81)) == 81 ok 296 - Got a different cm value ok 297 - cm2inch(inch2cm(81.5)) == 81.5 ok 298 - Got a different cm value ok 299 - cm2inch(inch2cm(82)) == 82 ok 300 - Got a different cm value ok 301 - cm2inch(inch2cm(82.5)) == 82.5 ok 302 - Got a different cm value ok 303 - cm2inch(inch2cm(83)) == 83 ok 304 - Got a different cm value ok 305 - cm2inch(inch2cm(83.5)) == 83.5 ok 306 - Got a different cm value ok 307 - cm2inch(inch2cm(84)) == 84 ok 308 - Got a different cm value ok 309 - cm2inch(inch2cm(84.5)) == 84.5 ok 310 - Got a different cm value ok 311 - cm2inch(inch2cm(85)) == 85 ok 312 - Got a different cm value ok 313 - cm2inch(inch2cm(85.5)) == 85.5 ok 314 - Got a different cm value ok 315 - cm2inch(inch2cm(86)) == 86 ok 316 - Got a different cm value ok 317 - cm2inch(inch2cm(86.5)) == 86.5 ok 318 - Got a different cm value ok 319 - cm2inch(inch2cm(87)) == 87 ok 320 - Got a different cm value ok 321 - cm2inch(inch2cm(87.5)) == 87.5 ok 322 - Got a different cm value ok 323 - cm2inch(inch2cm(88)) == 88 ok 324 - Got a different cm value ok 325 - cm2inch(inch2cm(88.5)) == 88.5 ok 326 - Got a different cm value ok 327 - cm2inch(inch2cm(89)) == 89 ok 328 - Got a different cm value ok 329 - cm2inch(inch2cm(89.5)) == 89.5 ok 330 - Got a different cm value ok 331 - cm2inch(inch2cm(90)) == 90 ok 332 - Got a different cm value ok 333 - cm2inch(inch2cm(90.5)) == 90.5 ok 334 - Got a different cm value ok 335 - cm2inch(inch2cm(91)) == 91 ok 336 - Got a different cm value ok 337 - cm2inch(inch2cm(91.5)) == 91.5 ok 338 - Got a different cm value ok 339 - cm2inch(inch2cm(92)) == 92 ok 340 - Got a different cm value ok 341 - cm2inch(inch2cm(92.5)) == 92.5 ok 342 - Got a different cm value ok 343 - cm2inch(inch2cm(93)) == 93 ok 344 - Got a different cm value ok 345 - cm2inch(inch2cm(93.5)) == 93.5 ok 346 - Got a different cm value ok 347 - cm2inch(inch2cm(94)) == 94 ok 348 - Got a different cm value ok 349 - cm2inch(inch2cm(94.5)) == 94.5 ok 350 - Got a different cm value ok 351 - cm2inch(inch2cm(95)) == 95 ok 352 - Got a different cm value ok 353 - cm2inch(inch2cm(95.5)) == 95.5 ok 354 - Got a different cm value ok 355 - cm2inch(inch2cm(96)) == 96 ok 356 - Got a different cm value ok 357 - cm2inch(inch2cm(96.5)) == 96.5 ok 358 - Got a different cm value ok 359 - cm2inch(inch2cm(97)) == 97 ok 360 - Got a different cm value ok 361 - cm2inch(inch2cm(97.5)) == 97.5 ok 362 - Got a different cm value ok 363 - cm2inch(inch2cm(98)) == 98 ok 364 - Got a different cm value ok 365 - cm2inch(inch2cm(98.5)) == 98.5 ok 366 - Got a different cm value ok 367 - cm2inch(inch2cm(99)) == 99 ok 368 - Got a different cm value ok 369 - cm2inch(inch2cm(99.5)) == 99.5 ok 370 - Got a different cm value ok 371 - cm2inch(inch2cm(100)) == 100 ok 372 - cm2inch(100) == 39 ok 373 - cm2inch(101) == 39.5 ok t/04_height...........1..6 ok 1 - The object isa Data::Vitals::Height ok 2 - Returned correct string form ok 3 - Returned correct metric value ok 4 - Returned correct imperial value ok 5 - Returned correct cm size ok 6 - Returned original size ok t/05_vitals...........1..28 ok 1 - The object isa Data::Vitals::Height ok 2 - ->as_string returns the original value correctly ok 3 - ->as_metric returns the same value ok 4 - ->as_imperial returns the expected value ok 5 - The object isa Data::Vitals::Hips ok 6 - ->as_string returns the original value correctly ok 7 - ->as_metric returns the same value ok 8 - ->as_imperial returns the expected value ok 9 - The object isa Data::Vitals::Waist ok 10 - ->as_string returns the original value correctly ok 11 - ->as_metric returns the same value ok 12 - ->as_imperial returns the expected value ok 13 - The object isa Data::Vitals::Frame ok 14 - ->as_string returns the original value correctly ok 15 - ->as_metric returns the same value ok 16 - ->as_imperial returns the expected value ok 17 - The object isa Data::Vitals::Chest ok 18 - ->as_string returns the original value correctly ok 19 - ->as_metric returns the same value ok 20 - ->as_imperial returns the expected value ok 21 - The object isa Data::Vitals::Chest ok 22 - ->as_string returns the original value correctly ok 23 - ->as_metric returns the same value ok 24 - ->as_imperial returns the expected value ok 25 - The object isa Data::Vitals::Underarm ok 26 - ->as_string returns the original value correctly ok 27 - ->as_metric returns the same value ok 28 - ->as_imperial returns the expected value ok t/10_circumference....1..6 ok 1 - The object isa Data::Vitals::Circumference ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok t/11_hips.............1..6 ok 1 - The object isa Data::Vitals::Hips ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok t/12_waist............1..6 ok 1 - The object isa Data::Vitals::Waist ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok t/13_chest............1..6 ok 1 - The object isa Data::Vitals::Chest ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok t/14_frame............1..6 ok 1 - The object isa Data::Vitals::Frame ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok t/15_underarm.........1..6 ok 1 - The object isa Data::Vitals::Underarm ok 2 - Returned correct string form ok 3 - Returned correct metric form ok 4 - Returned correct imperial form ok 5 - Returned correct cm size ok 6 - Returned original size ok All tests successful. Files=11, Tests=535, 2 wallclock secs ( 0.86 cusr + 0.24 csys = 1.10 CPU) make: *** [pure_site_install] Hangup