still failing some tests. waiting for suggestions on whether to fix old CDIretardedness
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Action.pm
index b426530..6758e86 100644 (file)
@@ -17,8 +17,6 @@ L<Catalyst::Controller> subclasses.
 
 =cut
 
-use MRO::Compat;
-use mro 'c3';
 use Moose;
 
 has class => (is => 'rw');