Checking if your kit is complete... Warning: the following files are missing in your kit: SIGNATURE Please inform the author. Writing Makefile for Tree::Node cp lib/Tree/Node.pm blib/lib/Tree/Node.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 -typemap typemap Node.xs > Node.xsc && mv Node.xsc Node.c gcc -c -I. -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.08\" -DXS_VERSION=\"0.08\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" Node.c gcc -c -I. -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.08\" -DXS_VERSION=\"0.08\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" TreeNode.c Running Mkbootstrap for Tree::Node () chmod 644 Node.bs rm -f blib/arch/auto/Tree/Node/Node.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 Node.o TreeNode.o -o blib/arch/auto/Tree/Node/Node.bundle \ \ chmod 755 blib/arch/auto/Tree/Node/Node.bundle cp Node.bs blib/arch/auto/Tree/Node/Node.bs chmod 644 blib/arch/auto/Tree/Node/Node.bs Manifying blib/man3/Tree::Node.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile......1..1 ok 1 - use Tree::Node; ok t/10-node.........1..59 ok 1 - use Tree::Node; ok 2 - defined ok 3 - isa ok 4 - to_p ok 5 ok 6 ok 7 ok 8 key is already set at t/10-node.t line 35. ok 9 ok 10 ok 11 - level == size ok 12 - _allocated & size ok 13 - defined ok 14 - isa ok 15 - key ok 16 ok 17 ok 18 Use of uninitialized value in subroutine entry at t/10-node.t line 58. ok 19 ok 20 ok 21 ok 22 ok 23 - level == 2 ok 24 - !defined y->get_child(0) ok 25 - x defined after set_child ok 26 ok 27 - z=get_child(0) defined ok 28 - isa ok 29 - z->child_count == size ok 30 ok 31 not ok 32 # TODO tie hash to set_child/get_child # Failed (TODO) test at t/10-node.t line 85. ok 33 ok 34 ok 35 ok 36 - get_child out of bounds ok 37 - get_child_or_undef ok 38 - get_child out of bounds ok 39 - get_child_or_undef ok 40 ok 41 - size increased ok 42 - added child ok 43 ok 44 ok 45 - added child ok 46 ok 47 ok 48 - size increased ok 49 - added child ok 50 ok 51 ok 52 ok 53 ok 54 - added child ok 55 ok 56 ok 57 ok 58 ok 59 ok t/11-node-base....1..30 ok 1 - defined ok 2 - isa ok 3 - level == size ok 4 - defined ok 5 - isa ok 6 - key ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - level == 2 ok 14 - !defined y->get_child(0) ok 15 - x defined after set_child ok 16 ok 17 - z=get_child(0) defined ok 18 - isa ok 19 - z->child_count == size ok 20 ok 21 not ok 22 # TODO tie hash to set_child/get_child # Failed (TODO) test at t/11-node-base.t line 82. ok 23 ok 24 ok 25 ok 26 ok 27 - get_child out of bounds ok 28 - get_child_or_undef ok 29 - get_child out of bounds ok 30 - get_child_or_undef ok t/11-node-isa.....1..30 ok 1 - defined ok 2 - isa ok 3 - level == size ok 4 - defined ok 5 - isa ok 6 - key ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 - level == 2 ok 14 - !defined y->get_child(0) ok 15 - x defined after set_child ok 16 ok 17 - z=get_child(0) defined ok 18 - isa ok 19 - z->child_count == size ok 20 ok 21 not ok 22 # TODO tie hash to set_child/get_child # Failed (TODO) test at t/11-node-isa.t line 91. ok 23 ok 24 ok 25 ok 26 ok 27 - get_child out of bounds ok 28 - get_child_or_undef ok 29 - get_child out of bounds ok 30 - get_child_or_undef ok t/20-lowlevel.....1..15 ok 1 - use Tree::Node; ok 2 - p_new returned an integer ok 3 - p_child_count ok 4 - p_get_child == 0 ok 5 - boundary error ok 6 - p_get_child == 0 ok 7 - p_new returned an integer ok 8 - p_child_count ok 9 - p_get_child == 0 ok 10 - p_get_child == n ok 11 ok 12 - no errors in p_destroy ok 13 ok 14 ok 15 - no errors in p_destroy ok t/80-leak.........1..0 # Skip Enable DEVEL_TESTS environent variable skipped all skipped: Enable DEVEL_TESTS environent variable t/82-leak.........1..0 # Skip Enable DEVEL_TESTS environent variable skipped all skipped: Enable DEVEL_TESTS environent variable t/90-fileport.....1..0 # Skip Enable DEVEL_TESTS environent variable skipped all skipped: Enable DEVEL_TESTS environent variable t/90-pod-cover....1..0 # Skip Enable DEVEL_TESTS environent variable skipped all skipped: Enable DEVEL_TESTS environent variable t/90-pod..........1..0 # Skip Enable DEVEL_TESTS environent variable skipped all skipped: Enable DEVEL_TESTS environent variable All tests successful, 5 tests skipped. Files=10, Tests=135, 1 wallclock secs ( 0.69 cusr + 0.21 csys = 0.90 CPU) make: *** [htmlifypods] Hangup