NEXT/next::method thing needed updated for removal of the c3 assumption in next:...
[gitmo/Class-C3.git] / t / 21_C3_with_overload.t
index e612568..d6bd9b4 100644 (file)
@@ -32,6 +32,8 @@ BEGIN {
     use Class::C3;
 }
 
+Class::C3::initialize();
+
 my $x = InheritingFromOverloadedTest->new();
 isa_ok($x, 'InheritingFromOverloadedTest');