Checking if your kit is complete... Looks good Writing Makefile for Algorithm::SocialNetwork cp lib/Algorithm/SocialNetwork.pm blib/lib/Algorithm/SocialNetwork.pm cp lib/Algorithm/SocialNetwork.pod blib/lib/Algorithm/SocialNetwork.pod Manifying blib/man3/Algorithm::SocialNetwork.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-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' ok 3 # Failed test at t/04.closeness_centrality.t line 20. not ok 4 # got: '0.25' # expected: '0.333333333333333' # Looks like you failed 2 tests of 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 # Failed test at t/05.graph_centrality.t line 14. not ok 2 # got: '0.333333333333333' # expected: '0.5' ok 3 # Failed test at t/05.graph_centrality.t line 20. # got: '0.333333333333333' # expected: '0.5' not ok 4 # Looks like you failed 2 tests of 4. 1..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, 2 wallclock secs ( 1.70 cusr + 0.35 csys = 2.05 CPU) Failed 2/7 test programs. 4/30 subtests failed. make: *** [test_dynamic] Error 255