documentation update, some api docs, overview and tutorial upto first DM and IM inclu...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value / DateTime.pm
index b598c71..15afbbb 100644 (file)
@@ -2,9 +2,13 @@ package Reaction::UI::Widget::Value::DateTime;
 
 use Reaction::UI::WidgetClass;
 
-class DateTime is 'Reaction::UI::Widget::Value', which {
+use namespace::clean -except => [ qw(meta) ];
+extends 'Reaction::UI::Widget::Value';
+
+
+
+__PACKAGE__->meta->make_immutable;
 
-};
 
 1;