version 0.11
[gitmo/Class-C3.git] / t / 34_next_method_in_eval.t
index 0776c6a..f782cd6 100644 (file)
@@ -42,6 +42,8 @@ This tests the use of an eval{} block to wrap a next::method call.
     }
 }
 
+Class::C3::initialize();  
+
 like(B->foo, 
    qr/^A::foo died/, 
    'method resolved inside eval{}');