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 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01stdconfig.......ok t/02bournesque......ok t/03megafancy.......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$"" FAILED tests 9-11 Failed 3/11 tests, 72.73% okay t/04importvars......ok t/05multiple........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$"" 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 29