Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Test::AbstractMethod cp lib/Test/AbstractMethod.pm blib/lib/Test/AbstractMethod.pm Manifying blib/man3/Test::AbstractMethod.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01-basic..........1..7 not ok 1 - use Test::AbstractMethod; # Failed test (t/01-basic.t at line 8) # Tried to use 'Test::AbstractMethod'. # Error: Base class package "Test::Builder::Module" is empty. # (Perhaps you need to 'use' the module which defines that package first.) at blib/lib/Test/AbstractMethod.pm line 5 # BEGIN failed--compilation aborted at t/01-basic.t line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Undefined subroutine &main::call_abstract_method_ok called at t/01-basic.t line 11. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01-basic.t 255 65280 7 7 100.00% 1-7 2 tests skipped. Failed 1/3 test scripts, 66.67% okay. 7/7 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29