aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-13 11:43:07 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-13 11:43:07 +0000
commitbae75beec20b3b73faa2118db8ebfa5b93c9918a (patch)
tree9a6155b95af1ca9f1fe8db75b5facda89f8a878a /lib/ComponentUI
parenta3c28d596b414a9d98d9f60b69d2bb4811fbafc8 (diff)
downloadreaction-bae75beec20b3b73faa2118db8ebfa5b93c9918a.tar.gz
reaction-bae75beec20b3b73faa2118db8ebfa5b93c9918a.zip
remove class blocks from widget code
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/View/Site/Widget/Index.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/ComponentUI/View/Site/Widget/Index.pm b/lib/ComponentUI/View/Site/Widget/Index.pm
index b7f0372..0f0bd64 100644
--- a/lib/ComponentUI/View/Site/Widget/Index.pm
+++ b/lib/ComponentUI/View/Site/Widget/Index.pm
@@ -2,8 +2,10 @@ package ComponentUI::View::Site::Widget::Index;
use Reaction::UI::WidgetClass;
-class Index which {
+use namespace::clean -except => [ qw(meta) ];
+
+
+__PACKAGE__->meta->make_immutable;
-};
1;