Writing Makefile for Time::Checkpoint Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Time/Checkpoint.pm blib\lib\Time\Checkpoint.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/00_use......................ok 1 - use Time::Checkpoint; 1..1 ok t/01_create...................ok 1 - use Time::Checkpoint; ok 2 - object created ok 3 - object is what we expected 1..3 ok t/02_create_with_callbacks....ok 1 - use Time::Checkpoint; Use of uninitialized value $ot in numeric gt (>) at t/02_create_with_callbacks.t line 15. ok 2 - object created ok 3 - object is what we expected ok 4 - callback was called ok 5 - checkpoint was conveyed ok 6 - new timestamp has value ok 7 - new timestamp came from the future ok 8 - callback was called ok 9 - checkpoint was conveyed ok 10 - time has value ok 11 - new timestamp has value ok 12 - new timestamp came from the future ok 13 - called checkpoint ok 14 - callback was called ok 15 - checkpoint was conveyed ok 16 - time has value # Failed test 'delta was big enough' # at t/02_create_with_callbacks.t line 30. # Looks like you failed 1 test of 20. ok 17 - new timestamp has value ok 18 - new timestamp came from the future ok 19 - delta returned not ok 20 - delta was big enough 1..20 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 20 Failed 1/20 tests, 95.00% okay t/03_create_multiple_cps......ok 1 - use Time::Checkpoint; ok 2 - object created ok 3 - object is what we expected ok 4 - friend burrito had positive delta ok 5 - friend pie had positive delta ok 6 - friend sauce had positive delta ok 7 - friend and had positive delta ok 8 - friend anchovies had positive delta 1..8 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_create_with_callbacks.t 1 256 20 1 20 Failed 1/4 test scripts. 1/32 subtests failed. Files=4, Tests=32, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/4 test programs. 1/32 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.