From 90bcd4d7fddc86d573c0cfc5d84e126ed1df2a83 Mon Sep 17 00:00:00 2001 From: groditi Date: Thu, 22 Oct 2009 18:24:11 +0000 Subject: first part of fix for attributes and roles mess. metclass coompat bug still lurks --- lib/ComponentUI/Controller/TestModel/Bar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ComponentUI/Controller/TestModel/Bar.pm') diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm index 7ede58e..c346480 100644 --- a/lib/ComponentUI/Controller/TestModel/Bar.pm +++ b/lib/ComponentUI/Controller/TestModel/Bar.pm @@ -1,7 +1,7 @@ package ComponentUI::Controller::TestModel::Bar; -use base 'Reaction::UI::Controller::Collection::CRUD'; use Reaction::Class; +BEGIN { extends 'Reaction::UI::Controller::Collection::CRUD'; } __PACKAGE__->config( model_name => 'TestModel', -- cgit v1.2.3-54-g00ecf