From 7f43bb452c417fb80e8af1786b0557d87c5d4a72 Mon Sep 17 00:00:00 2001 From: matthewt Date: Mon, 20 Apr 2009 16:52:33 +0000 Subject: factor out metaclass info into roles for compatibility --- lib/Reaction/UI/Controller.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Reaction/UI/Controller.pm') diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm index 91da998..a9eeb59 100644 --- a/lib/Reaction/UI/Controller.pm +++ b/lib/Reaction/UI/Controller.pm @@ -1,6 +1,6 @@ package Reaction::UI::Controller; -use base qw(Catalyst::Controller Reaction::Object); +use base qw(Catalyst::Controller); # Reaction::Object); use Reaction::Class; use Scalar::Util 'weaken'; -- cgit v1.2.3-54-g00ecf