Checking if your kit is complete... Looks good Writing Makefile for Physics::Unit Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Physics/Unit/Scalar.pm blib\lib\Physics\Unit\Scalar.pm cp lib/Physics/Unit/ScalarImpl.pm blib\lib\Physics\Unit\ScalarImpl.pm cp lib/Physics/Unit/ScalarSubtypes.pm blib\lib\Physics\Unit\ScalarSubtypes.pm cp lib/Physics/UnitImpl.pm blib\lib\Physics\UnitImpl.pm cp lib/Physics/Unit.pm blib\lib\Physics\Unit.pm cp lib/Physics/Unit/Vector.pm blib\lib\Physics\Unit\Vector.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. 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/scalar....1..34 ok 1 - use Physics::Unit::Scalar; ok 2 - new Physics::Unit::Distance ok 3 - Distance type ok 4 - new Physics::Unit::Speed ok 5 - Speed type ok 6 - new Physics::Unit::Mass ok 7 - Mass type ok 8 - new Physics::Unit::Acceleration ok 9 - Acceleration type ok 10 - new Physics::Unit::Time ok 11 - Time type ok 12 - 98 mi ok 13 - 98 mi + 10 km ok 14 - 98 mi + 10 km == 167715.712 ok 15 - distance default unit ok 16 - 98 mi + 10 km == 104.. mile ok 17 - 98 mi + 10 km value in miles ok 18 - 2000 meter ok 19 - 36 years ok 20 - Speed type determined automagically ok 21 - speed ok 22 - bad definition string ok 23 - new Physics::Unit::Scalar(3m) ok 24 - Distance type auto-gen ok 25 - 1000 m gm s ok 26 - Physics::Unit::Force ok 27 - Force type ok 28 - Force ToString ok 29 - object of a derived class ok 30 - Distance figured automagically ok 31 - 10 meter ok 32 - 1 meter ok 33 - Distance copy constructor ok 34 - 1 meter ok t/unit......1..39 ok 1 - use Physics::Unit; ok 2 - GetUnit('mile') ok 3 - a mile is 5280 feet ok 4 - silly_speed unit ok 5 - silly_speed to mph ok 6 - $ss->expanded ok 7 - $ss->convert(mph) ok 8 - GetUnit(foot)->factor ok 9 - GetUnit(mph)->factor ok 10 ok 11 ok 12 ok 13 ok 14 - Sarah is beautiful ok 15 - Gonzo ok 16 - beauty_rate type ok 17 - beauty_rate->factor ok 18 - not so beautiful ok 19 - mycron1 == mycron2 ok 20 - mycron1 == mycron3 ok 21 - Aging ok 22 - no name ok 23 - bloom ok 24 - primary name ok 25 - rod type ok 26 - Energy ok 27 - Torque ok 28 - type fixed as Energy ok 29 - joule is Energy ok 30 - stuff ok 31 - 12 m ok 32 - 4 m ok 33 - 8 m s^-1 # Failed test '$Uforce->expanded' ok 34 - $Uforce->name # at t/unit.t line 147. # got: '2.40216521602612e+020 m gm s^-2' # expected: '2.40216521602612e+20 m gm s^-2' not ok 35 - $Uforce->expanded ok 36 - $Uforce->name ok 37 - $Uaccl1->expanded # Failed test '$Uaccl2->expanded' # at t/unit.t line 155. # got: '5.04999528589989e-016 m s^-2' # expected: '5.04999528589989e-16 m s^-2' # Looks like you failed 2 tests of 39. ok 38 - $Uforce->name not ok 39 - $Uaccl2->expanded dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 35, 39 Failed 2/39 tests, 94.87% okay t/vector....1..3 ok 1 - use Physics::Unit::Vector; ok 2 - new Vector ok 3 - Vector type ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/unit.t 2 512 39 2 35 39 Failed 1/3 test scripts. 2/76 subtests failed. Files=3, Tests=76, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 2/76 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.