Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::TruncateJp cp lib/Template/Plugin/TruncateJp.pm blib/lib/Template/Plugin/TruncateJp.pm Manifying blib/man3/Template::Plugin::TruncateJp.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_compile........1..1 ok 1 - use Template::Plugin::TruncateJp; ok t/01_truncate_jp....1..23 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 10 tests ok 4 - template text 1 processed OK: [% USE TruncateJp('truncjp') -%]... ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% USE TruncateJp -%]\n[% 'あいう... ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 9 - template text 3 matched expected FAILED 11: - template text 4 did not match expected ok 10 - template text 4 processed OK: [% USE TruncateJp -%]\n[% FILTER ... MATCH FAILED input: [[% USE TruncateJp -%]\n[% FILTER truncate_jp('10') -%]\nアイウエオかきくけこ\n[%- END %]\n] expect: [アイウ...] output: [アイウエオか...] not ok 11 - template text 4 did not match expected ok 12 - template text 5 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 13 - template text 5 matched expected ok 14 - template text 6 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 15 - template text 6 matched expected ok 16 - template text 7 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 17 - template text 7 matched expected ok 18 - template text 8 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 19 - template text 8 matched expected ok 20 - template text 9 processed OK: [% USE TruncateJp -%]\n[% FILTER ... ok 21 - template text 9 matched expected ok 22 - template text 10 processed OK: [% USE TruncateJp -%]\n[% 'This i... ok 23 - template text 10 matched expected FAILED test 11 Failed 1/23 tests, 95.65% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01_truncate_jp.t 23 1 11 Failed 1/2 test scripts. 1/24 subtests failed. Files=2, Tests=24, 1 wallclock secs ( 0.39 cusr + 0.12 csys = 0.51 CPU) Failed 1/2 test programs. 1/24 subtests failed. make: *** [test_dynamic] Error 255