Checking if your kit is complete... Looks good Writing Makefile for Test::Smart cp lib/Test/Smart/Interface/File.pm blib/lib/Test/Smart/Interface/File.pm cp lib/Test/Smart.pm blib/lib/Test/Smart.pm cp lib/Test/Smart/Interface.pm blib/lib/Test/Smart/Interface.pm cp lib/Test/Smart/Question.pm blib/lib/Test/Smart/Question.pm cp lib/Test/Smart/Interface/Mock.pm blib/lib/Test/Smart/Interface/Mock.pm Manifying blib/man3/Test::Smart::Interface::File.3 Manifying blib/man3/Test::Smart::Interface.3 Manifying blib/man3/Test::Smart.3 Manifying blib/man3/Test::Smart::Question.3 Manifying blib/man3/Test::Smart::Interface::Mock.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/kwalitee.....................1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/pod-coverage.................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/pod..........................1..5 ok 1 - blib/lib/Test/Smart.pm ok 2 - blib/lib/Test/Smart/Interface.pm ok 3 - blib/lib/Test/Smart/Question.pm ok 4 - blib/lib/Test/Smart/Interface/File.pm ok 5 - blib/lib/Test/Smart/Interface/Mock.pm ok 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 Can't locate object method "err" via package "Test::Smart::Interface::File" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-Smart/blib/lib/Test/Smart/Interface/File.pm line 85. # Looks like you planned 23 tests but only ran 12. # Looks like your test died just after 12. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-23 Failed 11/23 tests, 52.17% okay 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 Can't locate object method "err" via package "Test::Smart::Interface::Mock" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-Smart/blib/lib/Test/Smart/Interface/Mock.pm line 47. ok 8 - Skip stays set # Looks like you planned 12 tests but only ran 8. # Looks like your test died just after 8. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 9-12 Failed 4/12 tests, 66.67% okay 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 ok 1 - use Test::Smart; # Failed test 'get_yes exported' not ok 2 - get_yes exported # at t/Test-Smart.t line 8. # Failed test 'get_no exported' not ok 3 - get_no exported # at t/Test-Smart.t line 9. # Failed test 'initialize exported' not ok 4 - initialize exported # at t/Test-Smart.t 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 you failed 3 tests of 4 run. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-16 Failed 15/16 tests, 6.25% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Test-Smart-Interface-File.t 255 65280 23 22 13-23 t/Test-Smart-Interface-Mock.t 255 65280 12 8 9-12 t/Test-Smart.t 255 65280 16 27 2-16 2 tests skipped. Failed 3/8 test scripts. 30/81 subtests failed. Files=8, Tests=81, 1 wallclock secs ( 0.55 cusr + 0.16 csys = 0.71 CPU) Failed 3/8 test programs. 30/81 subtests failed. make: *** [test_dynamic] Error 255