Checking if your kit is complete... Looks good Writing Makefile for Test::RandomResults cp lib/Test/RandomResults.pm blib/lib/Test/RandomResults.pm Manifying blib/man3/Test::RandomResults.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-load...................1..1 # (SEED 20559) # Testing Test::RandomResults 0.03 ok 1 - use Test::RandomResults; ok t/01-is_in..................1..3 # (SEED 86848) ok 1 - use Test::RandomResults; ok 2 - simple test ok 3 - simple test to fail ok t/02-length.................1..13 # (SEED 84958) ok 1 - use Test::RandomResults; ok 2 - length of 123456789 less than 20 ok 3 - length of 123456789 not less than 5 ok 4 - length of 123456789 less than or equal to 20 ok 5 - length of 123456789 less than or equal to 9 ok 6 - length of 123456789 not less than or equal to 5 ok 7 - length of 123456789 equal to 9 ok 8 - length of 123456789 not equal to 10 ok 9 - length of 123456789 greater than 5 ok 10 - length of 123456789 not greater than 20 ok 11 - length of 123456789 greater than or equal to 5 ok 12 - length of 123456789 greater than or equal to 9 ok 13 - length of 123456789 not greater than or equal to 20 ok t/03-in_between.............1..19 # (SEED 42383) ok 1 - use Test::RandomResults; ok 2 - 5 between 1 and 10 ok 3 - 5 between 1 and 5 ok 4 - 5 between 5 and 5 ok 5 - 5 between 5 and 10 ok 6 - 5 not between 10 and 20 ok 7 - 5 not between 1 and 3 ok 8 - 5 not between 1 and 4 ok 9 - 5 not between 6 and 10 ok 10 - 5 not between 7 and 10 ok 11 - b between a and b ok 12 - b between b and c ok 13 - b between a and c ok 14 - b between b and b ok 15 - bbbbb between a and c ok 16 - bbbb between a and c ok 17 - b not between c and d ok 18 - b not between d and e ok 19 - bbbbb not between a and bbbb ok t/04-in_between_reversed....1..19 # (SEED 24002) ok 1 - use Test::RandomResults; ok 2 - 5 between 1 and 10 ok 3 - 5 between 1 and 5 ok 4 - 5 between 5 and 5 ok 5 - 5 between 5 and 10 ok 6 - 5 not between 10 and 20 ok 7 - 5 not between 1 and 3 ok 8 - 5 not between 1 and 4 ok 9 - 5 not between 6 and 10 ok 10 - 5 not between 7 and 10 ok 11 - b between a and b ok 12 - b between b and c ok 13 - b between a and c ok 14 - b between b and b ok 15 - bbbbb between a and c ok 16 - bbbb between a and c ok 17 - b not between c and d ok 18 - b not between d and e ok 19 - bbbbb not between a and bbbb ok t/pod-coverage..............1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.......................1..1 ok 1 - blib/lib/Test/RandomResults.pm ok All tests successful, 1 test skipped. Files=7, Tests=56, 1 wallclock secs ( 0.51 cusr + 0.15 csys = 0.66 CPU) make: *** [htmlifypods] Hangup