Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::Komma cp Komma.pm blib/lib/Template/Plugin/Komma.pm Manifying blib/man3/Template::Plugin::Komma.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::Komma; ok t/01_komma......1..15 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 6 tests ok 4 - template text 1 processed OK: [% USE Komma -%]\n[% 123456 | kom... ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% USE Komma -%]\n[% 123456.789 |... ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% USE Komma -%]\n[% -123456 | ko... ok 9 - template text 3 matched expected ok 10 - template text 4 processed OK: [% USE Komma -%]\n[% -123456.789 ... ok 11 - template text 4 matched expected ok 12 - template text 5 processed OK: [% USE Komma -%]\n[% 0 | komma %] ok 13 - template text 5 matched expected ok 14 - template text 6 processed OK: [% USE Komma -%]\n[% '' | komma %... ok 15 - template text 6 matched expected ok t/02_komma0.....1..21 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 9 tests ok 4 - template text 1 processed OK: [% USE Komma -%]\n[% 123456 | kom... ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% USE Komma -%]\n[% 123456.789 |... ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% USE Komma -%]\n[% 1.4 | komma0... ok 9 - template text 3 matched expected ok 10 - template text 4 processed OK: [% USE Komma -%]\n[% 1.5 | komma0... ok 11 - template text 4 matched expected ok 12 - template text 5 processed OK: [% USE Komma -%]\n[% 1.6 | komma0... ok 13 - template text 5 matched expected ok 14 - template text 6 processed OK: [% USE Komma -%]\n[% -123456 | ko... ok 15 - template text 6 matched expected ok 16 - template text 7 processed OK: [% USE Komma -%]\n[% -123456.789 ... ok 17 - template text 7 matched expected ok 18 - template text 8 processed OK: [% USE Komma -%]\n[% 0 | komma0 %... ok 19 - template text 8 matched expected ok 20 - template text 9 processed OK: [% USE Komma -%]\n[% '' | komma0 ... ok 21 - template text 9 matched expected ok t/03_komma2.....1..19 ok 1 - running test_expect() ok 2 - template processor is engaged ok 3 - input read and split into 8 tests ok 4 - template text 1 processed OK: [% USE Komma -%]\n[% 123456 | kom... ok 5 - template text 1 matched expected ok 6 - template text 2 processed OK: [% USE Komma -%]\n[% 123456.789 |... ok 7 - template text 2 matched expected ok 8 - template text 3 processed OK: [% USE Komma -%]\n[% 1.234 | komm... ok 9 - template text 3 matched expected FAILED 11: - template text 4 did not match expected ok 10 - template text 4 processed OK: [% USE Komma -%]\n[% 1.235 | komm... MATCH FAILED input: [[% USE Komma -%]\n[% 1.235 | komma2 %]\n] expect: [1,24] output: [1,23] not ok 11 - template text 4 did not match expected ok 12 - template text 5 processed OK: [% USE Komma -%]\n[% -123456 | ko... ok 13 - template text 5 matched expected ok 14 - template text 6 processed OK: [% USE Komma -%]\n[% -123456.789 ... ok 15 - template text 6 matched expected ok 16 - template text 7 processed OK: [% USE Komma -%]\n[% 0 | komma2 %... ok 17 - template text 7 matched expected ok 18 - template text 8 processed OK: [% USE Komma -%]\n[% '' | komma2 ... ok 19 - template text 8 matched expected FAILED test 11 Failed 1/19 tests, 94.74% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03_komma2.t 19 1 11 Failed 1/4 test scripts. 1/56 subtests failed. Files=4, Tests=56, 1 wallclock secs ( 0.68 cusr + 0.16 csys = 0.84 CPU) Failed 1/4 test programs. 1/56 subtests failed. make: *** [test_dynamic] Error 255