Checking if your kit is complete... Looks good Writing Makefile for boolean cp lib/boolean.pm blib/lib/boolean.pm /Users/cpanrun/build/5.8.8/bin/perl "-Iinc" /Users/cpanrun/build/5.8.8/lib/5.8.8/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.8.8/lib/5.8.8/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 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" "-I/Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/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 -arch ppc -arch i386 -Wl,-search_paths_first -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.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/boolean....1..22 ok 1 - true is exported ok 2 - false is exported ok 3 - isTrue is exported ok 4 - isFalse is exported ok 5 - isBoolean is exported ok 6 - null is not exported ok 7 - isNull is not exported ok 8 - true is defined and works ok 9 - false is defined and works ok 10 - isTrue works with true ok 11 - isFalse works false ok 12 - isTrue not true with false ok 13 - isFalse not true with true ok 14 - true isBoolean ok 15 - false isBoolean ok 16 - 1 is not Boolean ok 17 - undef is not Boolean ok 18 - 1 is not True ok 19 - 42 is not True ok 20 - undef is not True ok 21 - "" is not True ok 22 - boolean return values are boolean ok t/null.......1..11 ok 1 - null is exported ok 2 - isNull is exported ok 3 - isBoolean is exported ok 4 - true is not exported ok 5 - false is not exported ok 6 - null == undef ok 7 - null isNull ok 8 - undef isNull ok 9 - Empty but allocated array elements are not null ok 10 - null is not Boolean ok 11 - undef is not Boolean ok All tests successful. Files=2, Tests=33, 1 wallclock secs ( 0.18 cusr + 0.08 csys = 0.26 CPU) Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level/auto/boolean/boolean.bs Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level/auto/boolean/boolean.bundle Installing /Users/cpanrun/build/5.8.8/html/site/lib/boolean.html Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/darwin-thread-multi-2level/boolean.pm Installing /Users/cpanrun/build/5.8.8/man/man3/boolean.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod