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 /home/cpanrun/pa-risc1.1/build/5.8.2/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 Can't locate Test/Builder/Tester.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-AskAnExpert/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-AskAnExpert/blib/arch /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl . /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/PA-RISC1.1-thread-multi /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl .) at t/Test-AskAnExpert.t line 2. BEGIN failed--compilation aborted at t/Test-AskAnExpert.t line 2. # Looks like your test died before it could output anything. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay Failed 1/8 test scripts, 87.50% okay. 16/82 subtests failed, 80.49% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------- t/Test-AskAnExpert.t 2 512 16 32 200.00% 1-16 2 tests skipped. make: *** [test_dynamic] Error 2