Checking if your kit is complete... Looks good Writing Makefile for Regexp::Optimizer cp lib/Regexp/Optimizer.pm blib/lib/Regexp/Optimizer.pm cp lib/Regexp/List.pm blib/lib/Regexp/List.pm Manifying blib/man3/Regexp::Optimizer.3 Manifying blib/man3/Regexp::List.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01-use.....1..2 ok 1 - use Regexp::Optimizer; ok 2 - The object isa Regexp::List ok t/02-list....1..24 ok 1 - l->l(1 2) eq (?-xism:[12]) ok 2 - o->o(1|2) eq (?-xism:[12]) ok 3 - l->l(1 12) eq (?-xism:12?) ok 4 - o->o(1|12) eq (?-xism:12?) ok 5 - l->l(aa ab) eq (?-xism:a[ab]) ok 6 - o->o(aa|ab) eq (?-xism:a[ab]) ok 7 - l->l(1 12 123) eq (?-xism:1(?:23?)?) ok 8 - o->o(1|12|123) eq (?-xism:1(?:23?)?) ok 9 - l->l(not optimized) eq (?-xism:(?:not|optimized)) ok 10 - o->o(not|optimized) eq (?-xism:(?:not|optimized)) ok 11 - l->l(foobar fooxar) eq (?-xism:foo[bx]ar) ok 12 - o->o(foobar|fooxar) eq (?-xism:foo[bx]ar) ok 13 - l->l(\cZ|\cA) eq (?-xism:\\c[ZA]) ok 14 - o->o(\cZ|\cA) ne (?-xism:\\c[ZA]) ok 15 - o->o(\cZ|\cA) eq (?-xism:[\cZ\cA]) ok 16 - l->l(\x20|\x3F) eq (?-xism:\\x(?:20|3F)) ok 17 - o->o(\x20|\x3F) ne (?-xism:\\x(?:20|3F)) ok 18 - o->o(\x20|\x3F) eq (?-xism:[\x20\x3F]) ok 19 - l->l(\012|\015) eq (?-xism:\\01[25]) ok 20 - o->o(\012|\015) ne (?-xism:\\01[25]) ok 21 - o->o(\012|\015) eq (?-xism:[\012\015]) ok 22 - l->l(): all words in t/02-list.t Substitution loop at blib/lib/Regexp/List.pm line 317, line 168. # Looks like you planned 24 tests but only ran 22. # Looks like your test died just after 22. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 23-24 Failed 2/24 tests, 91.67% okay t/03-utf8....1..0 # Skip: Perl 5.8 or better needed. skipped all skipped: Perl 5.8 or better needed. Failed 1/3 test scripts, 66.67% okay. 2/26 subtests failed, 92.31% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/02-list.t 255 65280 24 4 16.67% 23-24 1 test skipped. make: *** [test_dynamic] Error 11