switch interfaces to be less weird
[gitmo/MooseX-InsideOut.git] / t / lib / InsideOut / BaseIO.pm
index 23311cc..4d93e6a 100644 (file)
@@ -3,8 +3,7 @@ use warnings;
 
 package InsideOut::BaseIO;
 
-use Moose;
-extends 'MooseX::InsideOut';
+use MooseX::InsideOut;
 
 has base_foo => (
   is => 'rw',