Warning: prerequisite IO::File 1.14 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Storable 2.04 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Writing Makefile for Test::Class cp lib/Test/Class.pm blib/lib/Test/Class.pm cp lib/Test/Class/Load.pm blib/lib/Test/Class/Load.pm cp lib/Test/Class/MethodInfo.pm blib/lib/Test/Class/MethodInfo.pm Manifying blib/man3/Test::Class.3 Manifying blib/man3/Test::Class::Load.3 Manifying blib/man3/Test::Class::MethodInfo.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load..............1..1 # Testing Test::Class::Load 0.02, Perl 5.006001, /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl ok 1 - use Test::Class::Load; ok t/20-load-classes......1..14 ok 1 - Classes in top level directories should be loaded ok 2 - ... as should tests in subdirectories ok 3 - ... and the methods should work correctly ok 4 - ... even if they are called from subclasses ok 5 - ... or they have their own methods ok 6 - Trying to load multiple lib paths should succeed ok 7 - Top level directories should be loaded even with multiple libs ok 8 - ... as should tests in subdirectories ok 9 - ... and the methods should work correctly ok 10 - ... even if they are called from subclasses ok 11 - ... or they have their own methods ok 12 - And secondary libs should be loaded ok 13 - ... and their methods should also work correctly ok 14 - Trying to load a bad module fails ok t/Tests................1..2 # # My::Test->Tests_attribute_default_number_of_tests # # My::Test->Tests_attribute_set_number_of_tests ok 1 - Tests attribute default number of tests ok 2 - Tests attribute set number of tests ok t/_new.................1..6 ok 1 - use Test::Class; ok 2 - The object isa Test::Class ok 3 - key/value set ok 4 - The object isa Test::Class ok 5 - prototype key/value set ok 6 - new key/value set ok t/bad-autoloads........1..0 # Skip need Contextual::Return skipped all skipped: need Contextual::Return t/bailout..............1..2 ok 1 - bailout works ok 2 - exit value okay ok t/builder..............1..1 ok 1 - builder ok t/compile..............1..2 ok 1 - cannot test anon sub ok 2 - bad number detected ok t/current_method.......1..4 # # Local::Test->test ok 1 - current_method in setup ok 2 - current_method in method ok 3 - current_method in teardown ok 4 - current_test outside runtests ok t/diag_on_failure......1..1 ok 1 - we show the test class and method name on test failure ok t/die_before_plan......1..1 ok 1 - die before plan ok t/expected_tests.......1..10 ok 1 - all set ok 2 - no_plan setup ok 3 - no_plan test ok 4 - no_plan teardown ok 5 - no_plan startup ok 6 - no_plan shutdown ok 7 - expected_test_of ok 8 - no_plan expected_test_of ok 9 - bad test class ok 10 - undef test class ok t/fail1................1..2 ok 1 - FAIL_ALL with plan ok 2 - exit value okay ok t/fail2................1..2 ok 1 - fail2 ok 2 - exit value okay ok t/fail3................ok 1 - FAIL_ALL with no plan ok 2 - exit value okay 1..2 ok t/header...............ok 1 - no duplicate headers 1..1 ok t/late_header..........# # Local::Test->test 1..2 ok 1 - test number set ok 2 - builder expected tests set ok t/methodinfo...........ok 1 - use Test::Class::MethodInfo; ok 2 - The object isa Test::Class::MethodInfo ok 3 - method type is test by default ok 4 - test methods default to 1 test 1..4 ok t/named_test...........ok 1 - test names set to method name by default 1..1 ok t/num_method_tests.....1..19 ok 1 - fixed num tests ok 2 - no_plan tests ok 3 - cannot use non-method ok 4 - cannot update illegal value ok 5 - updated legal value ok 6 - update worked ok 7 - updated extended ok 8 - update worked ok 9 - extended method okay ok 10 - class expected_tests ok 11 - object expected_tests ok 12 - num_method_tests dies outside test class # # Bar->no_plan_test ok 13 - just passing ok 14 - no_plan_test just passing 1 # # Bar->no_plan_test2 ok 15 - no_plan_test just passing 2 # # Bar->two_tests ok 16 - no_plan_test2 just passing 1 ok 17 - no_plan_test2 just passing 2 ok 18 - two_tests just passing 1 ok 19 - two_tests just passing 2 ok t/num_tests............1..4 # # Foo->test_num_tests ok 1 - num_tests access okay ok 2 - num_tests set okay # # Foo->test_num_tests ok 3 - num_tests access okay ok 4 - num_tests set okay ok t/override.............1..1 ok 1 - cannot override a public method with a test method ok t/rt15870..............1..1 ok 1 - sensible error if new() is overridden ok t/rt17264..............1..1 ok 1 - we figured out that we loaded Test::Class too late ok t/run_all_tests........1..5 ok 1 - Test::Class->SKIP_CLASS default ok 2 - Base::Test->SKIP_CLASS overridden ok 3 - A::Test->SKIP_CLASS default # # A::Test->setup ok 4 - non skipping test class run as expected ok 5 - runtests skipped classes with SKIP_CLASS set ok t/runtests.............1..18 # # Bar->test1 ok 1 - initialise2: methods ran in order ok 2 - test1: initialise1 ran once ok 3 - test1: initialise2 ran once ok 4 - test1: first test running ok 5 - test1: teardown not run ok 6 - teardown1: teardown run for every test ok 7 - teardown1: teardown run for every initialise1 ok 8 - teardown1: teardown run for every initialise2 # # Bar->test2 ok 9 - teardown1: setup run for every test ok 10 - initialise2: methods ran in order ok 11 - test2: initialise1 ran twice ok 12 - test2: initialise2 ran twice ok 13 - test2: second test running ok 14 - test2: teardown ran once ok 15 - teardown1: teardown run for every test ok 16 - teardown1: teardown run for every initialise1 ok 17 - teardown1: teardown run for every initialise2 ok 18 - teardown1: setup run for every test ok t/runtests_die.........1..1 ok 1 - early die handled ok t/runtests_extra.......1..1 ok 1 - extra test detected ok t/runtests_noplan......# # Foo->set_tests # # Foo->undef_tests ok 1 - this should pass ok 2 - runtime test 1 ok 3 - runtime test 2 ok 4 - expected number of tests ran 1..4 ok t/runtests_of..........# # Tests1->test 1..3 ok 1 - Tests1 test # # Tests2->test ok 2 - Tests2 test ok 3 - correct number of tests ok t/runtests_result......1..4 ok 1 - single failure ran okay ok 2 - failure detected ok 3 - a successful test ok 4 - success detected ok t/runtests_return......1..1 ok 1 - early return handled ok t/runtests_trailing....1..1 ok 1 - trailing expection detected ok t/skip1................1..1 ok 1 - SKIP_ALL called skip_all ok t/skip2................1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/skip_class_reason....1..3 ok 1 ok 2 ok 3 ok t/spaces...............ok 1 - can have spaces around attributes 1..1 ok t/startup..............1..15 ok 1 - called start1 ok 2 - called start2 # # Foo::Test->test1 ok 3 - called setup1 ok 4 - called setup2 ok 5 - called test1 ok 6 - called tear1 # # Foo::Test->test2 ok 7 - called tear2 ok 8 - called setup1 ok 9 - called setup2 ok 10 - called test2 ok 11 - called tear1 ok 12 - called tear2 ok 13 - called end1 ok 14 - called end2 ok 15 - all expected methods ran ok t/startup_that_dies....1..1 ok 1 - exception in startup method causes all tests to be skipped ok t/test_classes.........1..1 ok 1 - _test_classes deals with undef values ok t/test_deep............1..1 ok 1 - Test::Deep is not included as a test class, even though isa always returns true ok t/test_method..........1..4 ok 1 - $ENV{TEST_METHOD} with an invalid regex should die ok 2 - no TEST_METHOD runs all tests ok 3 - single match just runs one test ok 4 - two matches run both tests ok t/test_verbose.........1..1 ok 1 - TEST_VERBOSE outputs method diagnostic ok t/todo.................1..2 ok 1 - todo tests work ok 2 - todo_test should run 1 test ok All tests successful, 1 test skipped. Files=44, Tests=158, 60 wallclock secs (55.87 cusr + 3.35 csys = 59.22 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Test/Class.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Test/Class/Load.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/Test/Class/MethodInfo.pm Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Test::Class.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Test::Class::Load.3 Installing /home/cpanrun/pa-risc1.1/build/5.6.1/man/man3/Test::Class::MethodInfo.3 Writing /home/cpanrun/pa-risc1.1/build/5.6.1/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi/auto/Test/Class/.packlist Appending installation info to /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi/perllocal.pod