Checking if your kit is complete... Looks good Writing Makefile for Test::AskAnExpert cp lib/Test/AskAnExpert/Interface.pm blib/lib/Test/AskAnExpert/Interface.pm cp lib/Test/AskAnExpert/Interface/File.pm blib/lib/Test/AskAnExpert/Interface/File.pm cp lib/Test/AskAnExpert/Question.pm blib/lib/Test/AskAnExpert/Question.pm cp lib/Test/AskAnExpert.pm blib/lib/Test/AskAnExpert.pm cp lib/Test/AskAnExpert/Interface/Mock.pm blib/lib/Test/AskAnExpert/Interface/Mock.pm Manifying blib/man3/Test::AskAnExpert::Interface.3 Manifying blib/man3/Test::AskAnExpert::Interface::File.3 Manifying blib/man3/Test::AskAnExpert::Question.3 Manifying blib/man3/Test::AskAnExpert.3 Manifying blib/man3/Test::AskAnExpert::Interface::Mock.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/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/AskAnExpert.pm ok 2 - blib/lib/Test/AskAnExpert/Interface.pm ok 3 - blib/lib/Test/AskAnExpert/Question.pm ok 4 - blib/lib/Test/AskAnExpert/Interface/File.pm ok 5 - blib/lib/Test/AskAnExpert/Interface/Mock.pm ok t/Test-AskAnExpert-Interface-File....1..23 ok 1 - require Test::AskAnExpert::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-AskAnExpert-Interface-Mock....1..13 ok 1 - require Test::AskAnExpert::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 13 - never answer never has an answer ok t/Test-AskAnExpert-Interface.........1..8 ok 1 - use Test::AskAnExpert::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-AskAnExpert-Question..........1..17 ok 1 - use Test::AskAnExpert::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-AskAnExpert...................1..16 ok 1 - use Test::AskAnExpert; ok 2 - is_yes exported ok 3 - is_no exported ok 4 - Initializes an interface ok 5 - is_yes returns an ok with the answer yes ok 6 - is_no fails and produces proper diagnostics when provided yes ok 7 - ask provides proper question objects ok 8 - answer responds to proper question objects ok 9 - Re-initializes an interface ok 10 - is_no returns an ok with the answer no ok 11 - is_yes fails and produces proper diagnostics when provided no ok 12 - skip functions properly ok 13 - handles interface error on submit ok 14 - answer handles bad question objects ok 15 - answer handles interface errors ok 16 - properly skips on timeouts ok All tests successful, 2 tests skipped. Files=8, Tests=82, 5 wallclock secs ( 0.51 cusr + 0.16 csys = 0.67 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Test/AskAnExpert.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Test/AskAnExpert/Interface.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Test/AskAnExpert/Question.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Test/AskAnExpert/Interface/File.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Test/AskAnExpert/Interface/Mock.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Test/AskAnExpert.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Test/AskAnExpert/Interface.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Test/AskAnExpert/Question.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Test/AskAnExpert/Interface/File.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Test/AskAnExpert/Interface/Mock.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Test::AskAnExpert.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Test::AskAnExpert::Interface.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Test::AskAnExpert::Interface::File.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Test::AskAnExpert::Interface::Mock.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Test::AskAnExpert::Question.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod