Fix {%hash} ~~ %hash test
[p5sagit/p5-mst-13.2.git] / t / mro / inconsistent_c3.t
index 14f652c..68d3795 100644 (file)
@@ -11,6 +11,8 @@ BEGIN {
 
 require q(./test.pl); plan(tests => 1);
 
+require mro;
+
 =pod
 
 This example is take from: http://www.python.org/2.3/mro.html