fix MRO
Guillermo Roditi [Mon, 23 Jun 2008 21:00:47 +0000 (21:00 +0000)]
r17015@martha (orig r7527):  matthewt | 2008-03-26 16:32:10 -0400

lib/Catalyst/Controller.pm

index e3c5377..222e269 100644 (file)
@@ -1,8 +1,7 @@
 package Catalyst::Controller;
 
-use Moose;
-use Class::MOP;
 use base qw/Catalyst::Component Catalyst::AttrContainer/;
+use Moose;
 
 #Why does the following blow up?
 #extends qw/Catalyst::Component Catalyst::AttrContainer/;