Checking if your kit is complete... Looks good Writing Makefile for Test::Smart cp lib/Test/Smart.pm blib/lib/Test/Smart.pm cp lib/Test/Smart/Interface/File.pm blib/lib/Test/Smart/Interface/File.pm cp lib/Test/Smart/Interface/Mock.pm blib/lib/Test/Smart/Interface/Mock.pm cp lib/Test/Smart/Question.pm blib/lib/Test/Smart/Question.pm cp lib/Test/Smart/Interface.pm blib/lib/Test/Smart/Interface.pm Manifying blib/man3/Test::Smart.3 Manifying blib/man3/Test::Smart::Interface::File.3 Manifying blib/man3/Test::Smart::Interface::Mock.3 Manifying blib/man3/Test::Smart::Question.3 Manifying blib/man3/Test::Smart::Interface.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/Test-Smart-Interface-File.1..23 ok 1 - require Test::Smart::Interface::File; ok 2 - Interface loads properly ok 3 - Default directory set ok 4 - Existing directory sets ok 5 - Non-existing directory sets ok 6 - Properly creates directory ok 7 - Questions submit properly ok 8 - Creates question file ok 9 - Does not have an answer by default ok 10 - Answering skip creates answer ok 11 - Answering yes creates answer ok 12 - Answering no creates answer ok 13 - No answer when none available ok 14 - Error set when non-existant answer is asked for ok 15 - Answer returns true when skip is set ok 16 - Answer sets skip when skip is set ok 17 - Answer returns true when available ok 18 - Answer is correct when no comment ok 19 - Answer returns true when comments ok 20 - Answer gets comments ok 21 - Answer returns true when multiline comments ok 22 - Multiline comments handled properly ok 23 - Cleans up properly ok t/Test-Smart-Interface-Mock.1..12 ok 1 - require Test::Smart::Interface::Mock; ok 2 - Interface loads properly ok 3 - Questions submit properly ok 4 - Always has an answer ok 5 - Answer does not fail ok 6 - Populates correct answer ok 7 - Skip sets skip ok 8 - Skip stays set ok 9 - error causes errors ok 10 - error sets err properly ok 11 - error causes more errors ok 12 - error sets err properly ok t/Test-Smart-Interface.1..8 ok 1 - use Test::Smart::Interface; ok 2 - Interface loads properly ok 3 - Questions submit properly ok 4 - Defaults to skipping ok 5 - Always has an answer ok 6 - Answer does not fail ok 7 - Defaults to skipping after answer ok 8 - err function behaves properly ok t/Test-Smart-Question.1..17 ok 1 - use Test::Smart::Question; ok 2 - Proper constructon ok 3 - Retrieve question ok 4 - Question immutable ok 5 - Retrieve id ok 6 - Id immutable ok 7 - Retrieve name ok 8 - Change name ok 9 - Skip sets ok 10 - Skip mutable ok 11 - Skip does not clear from arguments ok 12 - Setting skip prevents answer ok 13 - test clears skip value ok 14 - Construct skipping ok 15 - Basic answer ok 16 - List context answer ok 17 - Answer chokes on something other than yes or no ok t/Test-Smart........1..16 not ok 1 - use Test::Smart; # Failed test (t/Test-Smart.t at line 6) # Tried to use 'Test::Smart'. # 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/Smart.pm line 10 # BEGIN failed--compilation aborted at t/Test-Smart.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 2 - get_yes exported # Failed test (t/Test-Smart.t at line 8) not ok 3 - get_no exported # Failed test (t/Test-Smart.t at line 9) not ok 4 - initialize exported # Failed test (t/Test-Smart.t at line 10) Undefined subroutine &main::initialize called at t/Test-Smart.t line 12. # Looks like you planned 16 tests but only ran 4. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay t/kwalitee..........1..0 # Skip Test::Kwalitee not installed; skipping skipped: Test::Kwalitee not installed; skipping t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/Test-Smart.t 255 65280 16 16 100.00% 1-16 3 tests skipped. Failed 1/8 test scripts, 87.50% okay. 16/76 subtests failed, 78.95% okay. make: *** [test_dynamic] Error 29