Cannot determine perl version info from lib/Class/C3.pm Checking if your kit is complete... Looks good Writing Makefile for Class::C3 cp lib/Class/C3/next.pm blib/lib/Class/C3/next.pm cp lib/Class/C3.pm blib/lib/Class/C3.pm Manifying blib/man3/Class::C3::next.3 Manifying blib/man3/Class::C3.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00_load.t t/01_MRO.t t/02_MRO.t t/03_MRO.t t/04_MRO.t t/05_MRO.t t/06_MRO.t t/10_Inconsistent_hierarchy.t t/20_reinitialize.t t/21_C3_with_overload.t t/22_uninitialize.t t/23_multi_init.t t/24_more_overload.t t/30_next_method.t t/31_next_method_skip.t t/32_next_method_edge_cases.t t/33_next_method_used_with_NEXT.t t/34_next_method_in_eval.t t/35_next_method_in_anon.t t/36_next_goto.t t/pod.t t/pod_coverage.t t/00_load..........................1..2 ok 1 - use Class::C3; ok 2 - use Class::C3::next; ok t/01_MRO...........................1..11 ok 1 - use Class::C3; ok 2 - ... got the right MRO for Diamond_D ok 3 - ... method resolved itself as expected ok 4 - ... can(method) resolved itself as expected ok 5 - ... can(method) resolved itself as expected ok 6 - ... old method resolution has been restored ok 7 - ... can(method) resolution has been restored ok 8 - ... can(method) resolution has been restored ok 9 - ... C3 method restored itself as expected ok 10 - ... C3 can(method) restored itself as expected ok 11 - ... C3 can(method) restored itself as expected ok t/02_MRO...........................1..15 ok 1 - use Class::C3; ok 2 - ... got the right MRO for Test::F ok 3 - ... got the right MRO for Test::E ok 4 - ... got the right MRO for Test::D ok 5 - ... got the right MRO for Test::C ok 6 - ... got the right MRO for Test::B ok 7 - ... got the right MRO for Test::A ok 8 - ... got the expected method output ok 9 - ... can got the expected method output ok 10 - ... got the expected method output ok 11 - ... can got the expected method output ok 12 - ... old method resolution has been restored ok 13 - ... old can(method) resolution has been restored ok 14 - ... old method resolution has been restored ok 15 - ... old can(method) resolution has been restored ok t/03_MRO...........................1..8 ok 1 - use Class::C3; ok 2 - ... got the right MRO for Test::A ok 3 - ... got the right method dispatch ok 4 - ... got the right method dispatch ok 5 - ... got the right method dispatch ok 6 - ... old dispatch order is restored ok 7 - ... old dispatch order is restored ok 8 - ... old dispatch order is restored ok t/04_MRO...........................1..2 ok 1 - use c3; ok 2 - ... got the right MRO for the Vulcan Dylan Example ok t/05_MRO...........................1..3 ok 1 - use c3; ok 2 - use t::lib::F; ok 3 - ... got the right MRO for t::lib::F ok t/06_MRO...........................1..3 ok 1 - use Class::C3; ok 2 - ... got the right MRO for Diamond_D ok 3 - ... got the right next::method dispatch path ok t/10_Inconsistent_hierarchy........1..2 ok 1 - use Class::C3; ok 2 - ... got the right error with an inconsistent hierarchy ok t/20_reinitialize..................1..5 ok 1 - use Class::C3; ok 2 - ... got the right MRO for Diamond_D ok 3 - ... got the new MRO for Diamond_D ok 4 # skip This test does not work with a c3-patched perl interpreter ok 5 - ... method resolves with reinitialized MRO ok 1/5 skipped: various reasons t/21_C3_with_overload..............1..9 ok 1 - use Class::C3; ok 2 - The object isa InheritingFromOverloadedTest ok 3 - The object isa OverloadingTest ok 4 - ... got the right value when stringifing ok 5 - ... got the right value when stringifing ok 6 - ... eq was handled correctly ok 7 - ... this should not throw an exception ok 8 - ... and we should get the true value ok 9 - Overloading to method name string ok t/22_uninitialize..................1..12 ok 1 - use Class::C3; ok 2 - ... method resolves with the correct MRO ok 3 - ... method resolves with the correct MRO ok 4 - ... method overwritten ok 5 - ... our SCALAR package vars are here ok 6 - ... our ARRAY package vars are here ok 7 - ... our HASH package vars are here ok 8 - ... method resolves with reinitialized MRO ok 9 - ... uninitialize does not mess with the manually changed method ok 10 - ... our SCALAR package vars are still here ok 11 - ... our ARRAY package vars are still here ok 12 - ... our HASH package vars are still here ok t/23_multi_init....................1..2 ok 1 - use Class::C3; ok 2 - double-initialize works ok ok t/24_more_overload.................1..4 ok 1 - use Class::C3; ok 2 ok 3 ok 4 ok t/30_next_method...................1..6 ok 1 - use c3; ok 2 - ... got the right MRO for Diamond_D ok 3 - ... method resolved itself as expected ok 4 - ... can(method) resolved itself as expected ok 5 - ... can(method) resolved itself as expected ok 6 - ... method foo resolved itself as expected ok t/31_next_method_skip..............1..11 ok 1 - use c3; ok 2 - ... got the right MRO for Diamond_D ok 3 - ... skipped B and went to C correctly ok 4 - ... skipped B & C and went to A correctly ok 5 - ... called B method, skipped C and went to A correctly ok 6 - ... called D method dispatched to , different method correctly ok 7 - ... cannot re-dispatch to a method which is not there ok 8 - ... can re-dispatch figured out correctly ok 9 - ... cannot re-dispatch figured out correctly ok 10 - ... redispatched D to C when it exists ok 11 - ... quietly failed redispatch from D ok t/32_next_method_edge_cases........1..12 ok 1 - use Class::C3; ok 2 - The object isa Foo ok 3 - Foo->can('bar') ok 4 - ... got the right return value ok 5 - The object isa Bar ok 6 - The object isa Foo ok 7 - Bar->can('bar') ok 8 - ... calling bar() succedded ok 9 - ... got the right return value too ok 10 - The object isa Baz ok 11 - The object isa Foo ok 12 - ... calling bar() with next::method failed ok t/33_next_method_used_with_NEXT....1..4 ok 1 - ... got the right value from Foo->foo ok 2 - ... got the right value from Fuz->foo ok 3 - ... got the right value from Bar->foo ok 4 - ... got the right value using NEXT in a subclass of a C3 class ok t/34_next_method_in_eval...........1..2 ok 1 - use c3; ok 2 - method resolved inside eval{} ok t/35_next_method_in_anon...........1..3 ok 1 - use c3; ok 2 - method resolved inside anonymous sub ok 3 - method resolved inside nested anonymous subs ok t/36_next_goto.....................1..5 ok 1 - use Class::C3; ok 2 - proxy next::method via goto ok 3 - proxy maybe::next::method via goto ok 4 - proxy maybe::next::method via goto with no method ok 5 - proxy next::can via goto ok t/pod..............................1..2 ok 1 - blib/lib/Class/C3.pm ok 2 - blib/lib/Class/C3/next.pm ok t/pod_coverage.....................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage All tests successful, 1 test and 1 subtest skipped. Files=22, Tests=123, 2 wallclock secs ( 1.47 cusr + 0.49 csys = 1.96 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/C3.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/C3/next.html Installing /Users/cpanrun/build/5.10.0/site/lib/Class/C3.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/C3/next.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::C3.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::C3::next.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod