Checking if your kit is complete... Looks good Writing Makefile for Sub::Assert cp lib/Sub/Assert.pm blib/lib/Sub/Assert.pm cp lib/Sub/Assert/Nothing.pm blib/lib/Sub/Assert/Nothing.pm Manifying blib/man3/Sub::Assert::Nothing.3 Manifying blib/man3/Sub::Assert.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/00pod.........1..2 ok 1 - blib/lib/Sub/Assert.pm ok 2 - blib/lib/Sub/Assert/Nothing.pm ok t/00podcover....1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/01basic.......1..6 ok 1 - use Sub::Assert; ok 2 - assert returns code ref ok 3 - assertion did not croak. ok 4 - assertion carped on unmatched precondition. ok 5 - assertion carped in void context. ok 6 - assertion croaked on unmatched postcondition. ok t/02basic.......1..6 ok 1 - use Sub::Assert::Nothing; ok 2 - assert (nothing) returns *nothing* ok 3 - assertion did not croak. ok 4 - assertion carped on unmatched precondition. ok 5 - assertion didn't complain now either. ok 6 - assertion did not complain this time. ok All tests successful, 1 test skipped. Files=4, Tests=14, 0 wallclock secs ( 0.29 cusr + 0.09 csys = 0.38 CPU) make: *** [htmlifypods] Hangup