import some mro tests
[gitmo/Class-C3-XS.git] / t / lib / E.pm
index 4cb7b71..fa0e58d 100644 (file)
@@ -1,3 +1,3 @@
 package t::lib::E;
-use c3;
-1;
\ No newline at end of file
+our @ISA = qw//;
+1;