aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Controller/Root.pm
diff options
context:
space:
mode:
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';