Checking if your kit is complete... Looks good Writing Makefile for DBIx::AbstractStatement cp lib/DBIx/AbstractStatement.pm blib/lib/DBIx/AbstractStatement.pm Manifying blib/man3/DBIx::AbstractStatement.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/all....1..5 # SELECT * FROM customer WHERE customer_id = :customer_id AND created >= :created AND deleted is null ok 1 - Existence of unbound parameter ok 2 - Existence of substring in SQL text ok 3 - Nonexistence of bound parameter # :customer_id =>:customer_id_dxas1 ok 4 - Existence of bound parameter # SELECT * FROM customer WHERE customer_id = ? AND created >= ? AND deleted is null ok 5 - Question mark counting ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.06 cusr + 0.03 csys = 0.09 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/DBIx/AbstractStatement.html Installing /Users/cpanrun/build/5.10.0/site/lib/DBIx/AbstractStatement.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/DBIx::AbstractStatement.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup