Checking if your kit is complete... Looks good Writing Makefile for Text::Ngram cp lib/Text/Ngram.pm blib/lib/Text/Ngram.pm /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 Ngram.xs > Ngram.xsc && mv Ngram.xsc Ngram.c Please specify prototyping behavior for Ngram.xs (see perlxs manual) gcc -c -I. -DUSE_REENTRANT_API -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/CORE Ngram.c Running Mkbootstrap for Text::Ngram () chmod 644 Ngram.bs rm -f blib/arch/auto/Text/Ngram/Ngram.so LD_RUN_PATH="" gcc -G Ngram.o -o blib/arch/auto/Text/Ngram/Ngram.so chmod 755 blib/arch/auto/Text/Ngram/Ngram.so cp Ngram.bs blib/arch/auto/Text/Ngram/Ngram.bs chmod 644 blib/arch/auto/Text/Ngram/Ngram.bs Manifying blib/man3/Text::Ngram.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/01-basic..........1..15 ok 1 - use Text::Ngram; ok 2 - Simple test finds all ngrams hash is not of type HVPtr at blib/lib/Text/Ngram.pm line 187. # Looks like you planned 15 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-15 Failed 13/15 tests, 13.33% 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 255 65280 15 13 86.67% 3-15 2 tests skipped. Failed 1/3 test scripts, 66.67% okay. 13/15 subtests failed, 13.33% okay. make: *** [test_dynamic] Error 29