Checking if your kit is complete... Looks good Writing Makefile for DBIx::Wrapper::VerySimple cp lib/DBIx/Wrapper/VerySimple.pm blib/lib/DBIx/Wrapper/VerySimple.pm Manifying blib/man3/DBIx::Wrapper::VerySimple.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_basic....1..20 ok 1 - use DBIx::Wrapper::VerySimple; ok 2 - The object isa DBIx::Wrapper::VerySimple ok 3 - dbh() method isa DBI::Mock::dbh ok 4 - Do() - prepare_cached() called. isa DBI::Mock::sth ok 5 - Do() - bind_values passed to execute() ok 6 - Do() throws exception when prepare_cached fails. ok 7 - Do() throws exception when execute fails. ok 8 - FetchAll() returns ARRAY ref isa ARRAY ok 9 - FetchAll() calls prepare_cached with provided SQL ok 10 - FetchAll() - bind_values passed to execute() ok 11 - FetchAll() throws exception when prepare_cached fails. ok 12 - FetchAll() throws exception when execute fails. ok 13 - FetchHash() returns HASH ref isa HASH ok 14 - FetchHash() calls prepare_cached with provided SQL ok 15 - FetchHash() - bind_values passed to execute() ok 16 - FetchHash() throws exception when prepare_cached fails. ok 17 - FetchHash() throws exception when execute fails. ok 18 - get_args() recovers original args to new() ok 19 - DBIx::Wrapper::VerySimple->can('fetch_all') ok 20 - DBIx::Wrapper::VerySimple->can('fetch_hash') ok All tests successful. Files=1, Tests=20, 0 wallclock secs ( 0.12 cusr + 0.05 csys = 0.17 CPU) make: *** [htmlifypods] Hangup