Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Devel::LeakTrace::Fast cp lib/Devel/LeakTrace/Fast.pm blib/lib/Devel/LeakTrace/Fast.pm gcc -c -I. -Isupport -Wall -O -DVERSION=\"0.0.3\" -DXS_VERSION=\"0.0.3\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE buffer.c gcc -c -I. -Isupport -Wall -O -DVERSION=\"0.0.3\" -DXS_VERSION=\"0.0.3\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE hash.c gcc -c -I. -Isupport -Wall -O -DVERSION=\"0.0.3\" -DXS_VERSION=\"0.0.3\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE list.c gcc -c -I. -Isupport -Wall -O -DVERSION=\"0.0.3\" -DXS_VERSION=\"0.0.3\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE tools.c /export/home/cpanrun/build/5.6.1/bin/perl -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 /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c gcc -c -I. -Isupport -Wall -O -DVERSION=\"0.0.3\" -DXS_VERSION=\"0.0.3\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE Fast.c Fast.c: In function `XS_Devel__LeakTrace__Fast__hook_runops': Fast.c:16: warning: unused variable `ax' Fast.c: In function `XS_Devel__LeakTrace__Fast__reset_counters': Fast.c:33: warning: unused variable `ax' Running Mkbootstrap for Devel::LeakTrace::Fast () chmod 644 Fast.bs rm -f blib/arch/auto/Devel/LeakTrace/Fast/Fast.so LD_RUN_PATH="" gcc -G buffer.o hash.o list.o tools.o Fast.o -o blib/arch/auto/Devel/LeakTrace/Fast/Fast.so chmod 755 blib/arch/auto/Devel/LeakTrace/Fast/Fast.so cp Fast.bs blib/arch/auto/Devel/LeakTrace/Fast/Fast.bs chmod 644 blib/arch/auto/Devel/LeakTrace/Fast/Fast.bs Manifying blib/man3/Devel::LeakTrace::Fast.3 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=1; runtests @ARGV;' t/*.t t/00.load...........1..1 ok 1 - use Devel::LeakTrace::Fast; # Testing Devel::LeakTrace::Fast 0.0.3 ok t/01.basic..........1..11 ok 1 - no statements = no leak ok 2 - single scalar = no leak ok 3 - leak a reference loop $foo = \$foo ok 4 - one SV ok 5 - another SV ok 6 - and that's all ok 7 - leak a reference loop $foo[1] = \@foo not ok 8 - one SV # Failed test (t/01.basic.t at line 30) ok 9 - one AV ok 10 - one RV ok 11 - and that's all # Looks like you failed 1 test of 11. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/11 tests, 90.91% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01.basic.t 1 256 11 1 9.09% 8 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 1/12 subtests failed, 91.67% okay. make: *** [test_dynamic] Error 29