documentation update, some api docs, overview and tutorial upto first DM and IM inclu...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Object / Mutable.pm
CommitLineData
e984a788 1package Reaction::UI::Widget::Object::Mutable;
2
3use Reaction::UI::WidgetClass;
4
5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Object';
7
8__PACKAGE__->meta->make_immutable;
9
101;
11
12__END__;
13
14=head1 NAME
15
16Reaction::UI::Widget::Object::Mutable
17
18=head1 DESCRIPTION
19
20=head1 FRAGMENTS
21
22=head1 AUTHORS
23
24See L<Reaction::Class> for authors.
25
26=head1 LICENSE
27
28See L<Reaction::Class> for the license.
29
30=cut
31