From b2685f0c86badfc357584d8dbfb2bf17057ea226 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 27 Dec 2008 00:20:35 +0000 Subject: Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the core, in ext/mro/mro.xs. Also move mro::_nextcan() to mro.xs. It needs direct access to S_mro_get_linear_isa_c3(), and nothing on CPAN calls it, except via methods defined in mro.pm. Hence all users already require mro; --- t/mro/recursion_c3.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/mro/recursion_c3.t') diff --git a/t/mro/recursion_c3.t b/t/mro/recursion_c3.t index 4030cfcd2c..cc45250714 100644 --- a/t/mro/recursion_c3.t +++ b/t/mro/recursion_c3.t @@ -14,6 +14,8 @@ require './test.pl'; plan(skip_all => "Your system has no SIGALRM") if !exists $SIG{ALRM}; plan(tests => 8); +require mro; + =pod These are like the 010_complex_merge_classless test, -- cgit v1.2.1