Checking if your kit is complete... Looks good Writing Makefile for HTML::Template::JIT cp JIT.pm blib/lib/HTML/Template/JIT.pm cp JIT/Compiler.pm blib/lib/HTML/Template/JIT/Compiler.pm cp JIT/Base.pm blib/lib/HTML/Template/JIT/Base.pm Manifying blib/man3/HTML::Template::JIT.3 Manifying blib/man3/HTML::Template::JIT::Compiler.3 Manifying blib/man3/HTML::Template::JIT::Base.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01load...............ok t/02basic..............ok t/03loops..............# Failed test (t/03loops.t at line 69) # 'foo: FOO # bar: foo,bar, # ' # doesn't match '(?-xism:Apples, Oranges, Brains, Toes, and Kiwi.)' # Failed test (t/03loops.t at line 70) # 'foo: FOO # bar: foo,bar, # ' # doesn't match '(?-xism:pingpongpingpongpingpong)' # Looks like you failed 2 tests of 9. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 7-8 Failed 2/9 tests, 77.78% okay t/04conditionals.......ok t/05error..............ok t/06global.............# Failed test (t/06global.t at line 45) # ' # Some global var: bar # # Some Loop. # # # Some local data foobar # Something global, but hidden Hidden! # # # # ' # doesn't match '(?-xism:inner loop foo: foo val 1)' # Failed test (t/06global.t at line 46) # ' # Some global var: bar # # Some Loop. # # # Some local data foobar # Something global, but hidden Hidden! # # # # ' # doesn't match '(?-xism:inner loop foo: foo val 2)' # Looks like you failed 2 tests of 4. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay t/07escaping...........ok t/08print_to_stdout....ok t/09case...............ok t/10escape.............ok Failed 2/10 test scripts, 80.00% okay. 4/43 subtests failed, 90.70% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/03loops.t 2 512 9 2 22.22% 7-8 t/06global.t 2 512 4 2 50.00% 3-4 make: *** [test_dynamic] Error 25