Checking if your kit is complete... Looks good Writing Makefile for Graph::Weighted Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Graph/Weighted.pm blib\lib\Graph\Weighted.pm cp lib/Graph/Weighted/Capacity.pm blib\lib\Graph\Weighted\Capacity.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/capacity....1..53 ok 1 - use Graph::Weighted::Capacity; ok 2 - with no arguments isa Graph::Weighted::Capacity # Failed test 'with empty arrayref data isa Graph::Weighted::Capacity' not ok 3 - with empty arrayref data isa Graph::Weighted::Capacity # at t/capacity.t line 37. # with empty arrayref data isn't defined ok 4 - with empty hashref data isa Graph::Weighted::Capacity # Failed test 'LoL load_capacity' # at t/capacity.t line 51. not ok 5 - LoL load_capacity Not an ARRAY reference at C:/cpanrun/build/5-10-0/site/lib/Graph.pm line 394. # Looks like you planned 53 tests but only ran 5. # Looks like you failed 2 tests of 5 run. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3, 5-53 Failed 50/53 tests, 5.66% okay t/default.....1..58 ok 1 - use Graph::Weighted; ok 2 - with no arguments isa Graph::Weighted # Failed test 'with empty arrayref data isa Graph::Weighted' not ok 3 - with empty arrayref data isa Graph::Weighted # at t/default.t line 36. # with empty arrayref data isn't defined ok 4 - with empty hashref data isa Graph::Weighted # Failed test 'LoL load' # at t/default.t line 50. not ok 5 - LoL load Not an ARRAY reference at C:/cpanrun/build/5-10-0/site/lib/Graph.pm line 394. # Looks like you planned 58 tests but only ran 5. # Looks like you failed 2 tests of 5 run. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3, 5-58 Failed 55/58 tests, 5.17% okay t/weighted....1..57 ok 1 - use Graph::Weighted; ok 2 - with no arguments isa Graph::Weighted # Failed test 'with empty arrayref data isa Graph::Weighted' not ok 3 - with empty arrayref data isa Graph::Weighted # at t/weighted.t line 36. # with empty arrayref data isn't defined ok 4 - with empty hashref data isa Graph::Weighted # Failed test 'LoL load_weight' # at t/weighted.t line 50. not ok 5 - LoL load_weight Not an ARRAY reference at C:/cpanrun/build/5-10-0/site/lib/Graph.pm line 394. # Looks like you planned 57 tests but only ran 5. # Looks like you failed 2 tests of 5 run. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3, 5-57 Failed 54/57 tests, 5.26% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/capacity.t 255 65280 53 98 3 5-53 t/default.t 255 65280 58 108 3 5-58 t/weighted.t 255 65280 57 106 3 5-57 Failed 3/3 test scripts. 159/168 subtests failed. Files=3, Tests=168, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 3/3 test programs. 159/168 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.