use Alg::C3 0.05 persistent merge cache parameter, VERSION/Changes for 0.13
[gitmo/Class-C3.git] / t / 10_Inconsistent_hierarchy.t
index 85ba0c6..2378ea3 100644 (file)
@@ -46,6 +46,8 @@ except TypeError:
     use base ('XY', 'YX');
 }
 
+Class::C3::initialize();
+
 eval { 
     # now try to calculate the MRO
     # and watch it explode :)