d9562d6aa379f755480f687b557cfbf48678dbae
[gitmo/Class-C3-XS.git] / t / lib / D.pm
1 package t::lib::D;
2 use base ('t::lib::A', 't::lib::E');
3 1;