From 26fa3b8aef9774f0ebd25fcbda6297cb263417e9 Mon Sep 17 00:00:00 2001 From: groditi Date: Thu, 22 Oct 2009 22:47:11 +0000 Subject: ready for merge --- lib/ComponentUI/Controller/Root.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ComponentUI/Controller/Root.pm') 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'; -- cgit v1.2.3-54-g00ecf