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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI/Controller/Root.pm b/lib/ComponentUI/Controller/Root.pm
index d88fce3..bc45f33 100644
--- a/lib/ComponentUI/Controller/Root.pm
+++ b/lib/ComponentUI/Controller/Root.pm
@@ -3,7 +3,7 @@ package ComponentUI::Controller::Root;
use strict;
use warnings;
-use Reaction::Class;
+use Moose;
BEGIN { extends 'Reaction::UI::Controller::Root'; }
use aliased 'Reaction::UI::ViewPort';