From: Brandon L Black Date: Thu, 12 Apr 2007 15:52:00 +0000 (+0000) Subject: NEXT/next::method thing needed updated for removal of the c3 assumption in next:... X-Git-Tag: 0.16~1^2~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=dbf1c4a64d589d482ac3774f669ed7bc36dbe9cc NEXT/next::method thing needed updated for removal of the c3 assumption in next::method --- diff --git a/t/33_next_method_used_with_NEXT.t b/t/33_next_method_used_with_NEXT.t index b2e4843..c0ed1e1 100644 --- a/t/33_next_method_used_with_NEXT.t +++ b/t/33_next_method_used_with_NEXT.t @@ -38,6 +38,7 @@ BEGIN { package Baz; use strict; use warnings; + use Class::C3; require NEXT; # load this as late as possible so we can catch the test skip use base 'Bar', 'Fuz';