import some mro tests
[gitmo/Class-C3-XS.git] / t / lib / E.pm
1 package t::lib::E;
2 our @ISA = qw//;
3 1;