From: Guillermo Roditi Date: Mon, 23 Jun 2008 21:00:47 +0000 (+0000) Subject: fix MRO X-Git-Tag: 5.8000_03~112 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6e58f383a0b7eaabcffdf58be43d807f18aee19c fix MRO r17015@martha (orig r7527): matthewt | 2008-03-26 16:32:10 -0400 --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index e3c5377..222e269 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -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/;