Checking if your kit is complete... Looks good Writing Makefile for Algorithm::SocialNetwork Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Algorithm/SocialNetwork.pm blib\lib\Algorithm\SocialNetwork.pm cp lib/Algorithm/SocialNetwork.pod blib\lib\Algorithm\SocialNetwork.pod 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, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/00.use................................1..2 ok 1 - use Algorithm::SocialNetwork; ok 2 - require Algorithm::SocialNetwork; ok t/01.simple.............................ok 1 ok 2 ok 3 ok 4 1..4 ok t/02.edges..............................ok 1 ok 2 ok 3 1..3 ok t/03.clustering_coefficient.............ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok t/04.closeness_centrality...............ok 1 # Failed test at t/04.closeness_centrality.t line 14. not ok 2 # got: '0.25' # expected: '0.333333333333333' # Failed test at t/04.closeness_centrality.t line 20. # got: '0.25' # expected: '0.333333333333333' # Looks like you failed 2 tests of 4. ok 3 not ok 4 1..4 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2, 4 Failed 2/4 tests, 50.00% okay t/05.graph_centrality...................ok 1 not ok 2 # Failed test at t/05.graph_centrality.t line 14. # got: '0.333333333333333' # expected: '0.5' ok 3 not ok 4 # Failed test at t/05.graph_centrality.t line 20. # got: '0.333333333333333' # expected: '0.5' 1..4 # Looks like you failed 2 tests of 4. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2, 4 Failed 2/4 tests, 50.00% okay t/06.weighted_clustering_coefficient....ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 1..8 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/04.closeness_centrality.t 2 512 4 2 2 4 t/05.graph_centrality.t 2 512 4 2 2 4 Failed 2/7 test scripts. 4/30 subtests failed. Files=7, Tests=30, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/7 test programs. 4/30 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.