Checking if your kit is complete... Looks good Writing Makefile for boolean cp lib/boolean.pm blib/lib/boolean.pm /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap boolean.xs > boolean.xsc && mv boolean.xsc boolean.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" boolean.c Running Mkbootstrap for boolean () chmod 644 boolean.bs rm -f blib/arch/auto/boolean/boolean.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 boolean.o -o blib/arch/auto/boolean/boolean.bundle \ \ chmod 755 blib/arch/auto/boolean/boolean.bundle cp boolean.bs blib/arch/auto/boolean/boolean.bs chmod 644 blib/arch/auto/boolean/boolean.bs Manifying blib/man3/boolean.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/boolean....1..22 Bareword "true" not allowed while "strict subs" in use at t/boolean.t line 15. Bareword "false" not allowed while "strict subs" in use at t/boolean.t line 16. Bareword "true" not allowed while "strict subs" in use at t/boolean.t line 18. Bareword "false" not allowed while "strict subs" in use at t/boolean.t line 19. Bareword "false" not allowed while "strict subs" in use at t/boolean.t line 21. Bareword "true" not allowed while "strict subs" in use at t/boolean.t line 22. Bareword "true" not allowed while "strict subs" in use at t/boolean.t line 24. Bareword "false" not allowed while "strict subs" in use at t/boolean.t line 25. Execution of t/boolean.t aborted due to compilation errors. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-22 Failed 22/22 tests, 0.00% okay t/null.......1..11 Bareword "null" not allowed while "strict subs" in use at t/null.t line 13. Bareword "null" not allowed while "strict subs" in use at t/null.t line 14. Bareword "null" not allowed while "strict subs" in use at t/null.t line 20. Execution of t/null.t aborted due to compilation errors. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/boolean.t 255 65280 22 44 1-22 t/null.t 255 65280 11 22 1-11 Failed 2/2 test scripts. 33/33 subtests failed. Files=2, Tests=33, 1 wallclock secs ( 0.18 cusr + 0.06 csys = 0.24 CPU) Failed 2/2 test programs. 33/33 subtests failed. make: *** [test_dynamic] Error 255