Checking if your kit is complete... Looks good Writing Makefile for Bloom::Filter cp Filter.pm blib/lib/Bloom/Filter.pm Manifying blib/man3/Bloom::Filter.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/add...............ok 1 - Correct default number of salts ok 2 - No keys ok 3 - Added key ok 4 - Key count incremented ok 5 - Added key ok 6 - Key count incremented Exceeded filter capacity at t/add.t line 25 ok 7 - Capacity exceeded ok 8 - Added multiple keys ok 9 - Correct key count 1..9 FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/check.............ok 1 - Correct default number of salts ok 2 - Added key ok 3 - Found key 'Hansel' in filter ok 4 - Did not find key 'Herman' ok 5 - Found key 'Gretel' in filter 1..5 FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/defaults..........ok 1 - Default capacity ok ok 2 - Default error rate ok ok 3 - Length calculated properly ok 4 - Custom capacity ok ok 5 - Custom error rate ok ok 6 - Length calculated properly 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/add.t 9 9 100.00% 1-9 t/check.t 5 5 100.00% 1-5 t/defaults.t 6 6 100.00% 1-6 Failed 3/3 test scripts, 0.00% okay. 20/20 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29