Checking if your kit is complete... Looks good Writing Makefile for Lingua::JA::Summarize cp lib/Lingua/JA/Summarize.pm blib/lib/Lingua/JA/Summarize.pm Manifying blib/man3/Lingua::JA::Summarize.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-util.......1..17 ok 1 - use Lingua::JA::Summarize; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok t/01-new........1..6 ok 1 - use Lingua::JA::Summarize; ok 2 - constructor ok 3 - default mecab path ok 4 - default cost ok 5 - customize mecab path ok 6 - customize default cost ok t/02-keyword....1..18 sh: line 1: mecab: command not found ok 1 - analyze # Failed test 'check word count' # at t/02-keyword.t line 24. not ok 2 - check word count # got: undef # expected: '1' # Failed test 'check word cost' # at t/02-keyword.t line 25. not ok 3 - check word cost # got: undef # expected: '2000' Use of uninitialized value in int at t/02-keyword.t line 26. # Failed test 'check word weight' not ok 4 - check word weight # at t/02-keyword.t line 26. # got: '0' # expected: '41' ok 5 - block multiple calls to analyze ok 6 - analyze nonexistent file sh: line 1: mecab: command not found # Failed test 'get keyword' # at t/02-keyword.t line 43. not ok 7 - get keyword # got: '0' # expected: '1' sh: line 1: mecab: command not found ok 8 - analyze existing file ok 9 - inf. threshold not ok 10 - min. threshold # Failed test 'min. threshold' # at t/02-keyword.t line 51. # got: '0' # expected: '10' # Failed test 'minwords' not ok 11 - minwords # at t/02-keyword.t line 52. # got: '0' # expected: '10' sh: line 1: mecab: command not found sh: line 1: mecab: command not found # Failed test 'static method' # at t/02-keyword.t line 58. # got: '0' # expected: '4' not ok 12 - static method sh: line 1: mecab: command not found # Failed test 'file_keyword_summary' # at t/02-keyword.t line 60. # got: undef # expected: '京都' not ok 13 - file_keyword_summary sh: line 1: mecab: command not found # Failed test 'charset' # at t/02-keyword.t line 63. # got: 'euc' # expected: '京都' not ok 14 - charset sh: line 1: mecab: command not found # Failed test 'jaascii_as_word' # at t/02-keyword.t line 69. # got: '' # expected: '認証api' not ok 15 - jaascii_as_word sh: line 1: mecab: command not found # Failed test 'jaascii_as_word 2' # at t/02-keyword.t line 72. # got: '' # expected: 'api,認証' not ok 16 - jaascii_as_word 2 sh: line 1: mecab: command not found # Failed test 'jaascii_as_word 3' # at t/02-keyword.t line 76. # got: '' # expected: 'lambda関数' not ok 17 - jaascii_as_word 3 sh: line 1: mecab: command not found # Failed test 'jaascii_as_word 4' # at t/02-keyword.t line 79. # got: '' # expected: 'lambda,関数' # Looks like you failed 13 tests of 18. not ok 18 - jaascii_as_word 4 dubious Test returned status 13 (wstat 3328, 0xd00) DIED. FAILED tests 2-4, 7, 10-18 Failed 13/18 tests, 27.78% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-keyword.t 13 3328 18 13 2-4 7 10-18 Failed 1/3 test scripts. 13/41 subtests failed. Files=3, Tests=41, 2 wallclock secs ( 1.04 cusr + 0.98 csys = 2.02 CPU) Failed 1/3 test programs. 13/41 subtests failed. make: *** [test_dynamic] Error 13