version with the better diagnostics
[gitmo/Class-C3.git] / t / 10_Inconsistent_hierarchy.t
index b558146..85ba0c6 100644 (file)
@@ -51,4 +51,5 @@ eval {
     # and watch it explode :)
     Class::C3::calculateMRO('Z') 
 };
+#diag $@;
 like($@, qr/^Inconsistent hierarchy/, '... got the right error with an inconsistent hierarchy');