Checking if your kit is complete... Looks good Writing Makefile for Config::Fast cp lib/Config/Fast.pm blib/lib/Config/Fast.pm PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01stdconfig.......1..30 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok t/02bournesque......1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/03megafancy.......1..11 Bareword found where operator expected at (eval 10) line 1, near """Hi" (Missing operator before Hi?) Backslash found where operator expected at (eval 10) line 1, near "Hi\" Unquoted string "there" may clash with future reserved word at (eval 10) line 1. String found where operator expected at (eval 10) line 1, near "there""" fastconfig: Parse error:$evalEvil = ""Hi\ there"": syntax error at (eval 10) line 1, near """Hi" fastconfig: Parse error:$REGEX = "$4\|\[4\-9\]\*\(a\|b\)\?\\.raw$\|\\.tiger$": Final $ should be \$ or $name at (eval 11) line 1, within string syntax error at (eval 11) line 1, near "= "$4\|\[4\-9\]\*\(a\|b\)\?\\.raw$\|\\.tiger$"" ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 not ok 9 # Test 9 got: (t/03megafancy.t at line 36) # Expected: '"Hi there"' not ok 10 # Test 10 got: (t/03megafancy.t at line 38) # Expected: '$4|[4-9]*(a|b)?\.raw$|\.tiger$' not ok 11 # Test 11 got: '11' (t/03megafancy.t at line 44) # Expected: '13' FAILED tests 9-11 Failed 3/11 tests, 72.73% okay t/04importvars......1..12 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/05multiple........1..32 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 Bareword found where operator expected at (eval 25) line 1, near """Hi" (Missing operator before Hi?) Backslash found where operator expected at (eval 25) line 1, near "Hi\" Unquoted string "there" may clash with future reserved word at (eval 25) line 1. String found where operator expected at (eval 25) line 1, near "there""" fastconfig: Parse error:$evalEvil = ""Hi\ there"": syntax error at (eval 25) line 1, near """Hi" fastconfig: Parse error:$REGEX = "$4\|\[4\-9\]\*\(a\|b\)\?\\.raw$\|\\.tiger$": Final $ should be \$ or $name at (eval 26) line 1, within string syntax error at (eval 26) line 1, near "= "$4\|\[4\-9\]\*\(a\|b\)\?\\.raw$\|\\.tiger$"" ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 not ok 19 # Test 19 got: '12' (t/05multiple.t at line 51) # Expected: '14' ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 FAILED test 19 Failed 1/32 tests, 96.88% okay Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------- t/03megafancy.t 11 3 27.27% 9-11 t/05multiple.t 32 1 3.12% 19 Failed 2/5 test scripts, 60.00% okay. 4/97 subtests failed, 95.88% okay. make: *** [test_dynamic] Error 25