aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/Root.pm
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-22 18:24:11 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-10-22 18:24:11 +0000
commit90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83 (patch)
treeac27425c47fb0b958c9d1e80d6896407beec68ef /lib/ComponentUI/Controller/Root.pm
parent58db82a4efc562dacc3d4123a0583e94f8b48db3 (diff)
downloadreaction-90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83.tar.gz
reaction-90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83.zip
first part of fix for attributes and roles mess. metclass coompat bug still lurks
Diffstat (limited to 'lib/ComponentUI/Controller/Root.pm')
-rw-r--r--lib/ComponentUI/Controller/Root.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ComponentUI/Controller/Root.pm b/lib/ComponentUI/Controller/Root.pm
index 9a2017f..d88fce3 100644
--- a/lib/ComponentUI/Controller/Root.pm
+++ b/lib/ComponentUI/Controller/Root.pm
@@ -2,8 +2,9 @@ package ComponentUI::Controller::Root;
use strict;
use warnings;
-use base 'Reaction::UI::Controller::Root';
+
use Reaction::Class;
+BEGIN { extends 'Reaction::UI::Controller::Root'; }
use aliased 'Reaction::UI::ViewPort';
use aliased 'Reaction::UI::ViewPort::SiteLayout';