Checking if your kit is complete... Looks good Writing Makefile for Whatif cp Whatif.pm blib/lib/Whatif.pm /Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap Whatif.xs > Whatif.xsc && mv Whatif.xsc Whatif.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=\"1.2\" -DXS_VERSION=\"1.2\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" -DVARIANT_44BSD -DPERL_INTERP='""' -I. Whatif.c Running Mkbootstrap for Whatif () chmod 644 Whatif.bs rm -f blib/arch/auto/Whatif/Whatif.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 Whatif.o -o blib/arch/auto/Whatif/Whatif.bundle \ \ chmod 755 blib/arch/auto/Whatif/Whatif.bundle cp Whatif.bs blib/arch/auto/Whatif/Whatif.bs chmod 644 blib/arch/auto/Whatif/Whatif.bs Manifying blib/man3/Whatif.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..20 ok 1 - use Whatif; ok 2 - require Whatif; ok 3 - don't roll back ok 4 - roll back ok 5 - don't call ifonly ok 6 - don't call ifonly ok 7 - if only gets called ok 8 - call ifonly ok 9 - nested succeed ok 10 - nested fail inner ok 11 - nested fail outer ok 12 - $$ stays same after successful fork ok 13 - undef error message ok 14 - $$ is same in whatif block ok 15 - propogated error message inside ifonly ok 16 - propogated error message ok 17 - $$ stays same after unsuccessful fork ok 18 - Nested blocks ok 19 - Inner die ok 20 - Middle die Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/build/5.10.0/site/lib/auto/Whatif/Whatif.bs Installing /Users/cpanrun/build/5.10.0/site/lib/auto/Whatif/Whatif.bundle Installing /Users/cpanrun/build/5.10.0/html/site/lib/Whatif.html Installing /Users/cpanrun/build/5.10.0/site/lib/Whatif.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Whatif.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup