Checking if your kit is complete... Looks good Writing Makefile for Regexp::Exhaustive cp lib/Regexp/Exhaustive.pm blib/lib/Regexp/Exhaustive.pm Manifying blib/man3/Regexp::Exhaustive.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/010basic..................1..2 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok t/020interface..............1..4 ok 1 - require Regexp::Exhaustive; ok 2 ok 3 - use Regexp::Exhaustive; ok 4 - &exhaustive ok t/031exhaustive.............1..14 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 # Failed test at t/031exhaustive.t line 62. # Structures begin differing at: # $got->[2] = '1' # $expected->[2] = undef not ok 9 ok 10 ok 11 ok 12 # Looks like you failed 1 test of 14. ok 13 ok 14 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/14 tests, 92.86% okay t/032overlapping............1..5 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 ok 4 ok 5 ok t/041exhaustive_vars........1..22 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 - abcde => (?-xism:(.)(.)(.)), $1 $2 (scalar) ok 4 - abcde => (?-xism:(.)(.)(.)), $1 $2 (list) ok 5 - abcde => (?-xism:(.)(.)), $1 (scalar) ok 6 - abcde => (?-xism:(.)(.)), $1 ok 7 - abcde => (?-xism:(.)(.)), @- (scalar) ok 8 - abcde => (?-xism:(.)(.)), @- (list) ok 9 - abcde => (?-xism:(.)(.)), $1 @- (scalar) ok 10 - abcde => (?-xism:(.)(.)), $1 @- (list) # Failed test at t/041exhaustive_vars.t line 79. # Structures begin differing at: # $got->[2] = '1' # $expected->[2] = undef not ok 11 ok 12 ok 13 - abcde => (?-xism:.), $` (scalar) ok 14 - abcde => (?-xism:.), $` (list) ok 15 - abcde => (?-xism:.), $' (scalar) ok 16 - abcde => (?-xism:.), $' (list) ok 17 - abcde => (?-xism:(.)(.)), $& (scalar) ok 18 - abcde => (?-xism:(.)(.)), $& (list) ok 19 - abcde => (?-xism:(?:)), $& (scalar) ok 20 - abcde => (?-xism:(?:)), $& (list) ok 21 - abcde => (?-xism:(?:)), $' $' (scalar) # Looks like you failed 1 test of 22. ok 22 - abcde => (?-xism:(?:)), $' $' (list) dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 11 Failed 1/22 tests, 95.45% okay t/042exhaustive_vars_eng....1..3 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 ok t/050diagnostics............1..7 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 ok 4 ok 5 ok 6 ok 7 ok t/100security...............1..6 ok 1 - require Regexp::Exhaustive; ok 2 - use Regexp::Exhaustive; ok 3 ok 4 ok 5 ok 6 - Eval-group not allowed at runtime ok Failed 2/8 test scripts, 75.00% okay. 2/63 subtests failed, 96.83% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/031exhaustive.t 1 256 14 1 7.14% 9 t/041exhaustive_vars.t 1 256 22 1 4.55% 11 make: *** [test_dynamic] Error 11