make widget stuff manglable
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Mutable / Text.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Field::Mutable::Text;
8f19d042 2
3use Reaction::UI::WidgetClass;
4
2f670e13 5class Text is 'Reaction::UI::Widget::Field::Mutable', which {
8f19d042 6
7};
8
91;
10
6ab43711 11__END__;
8f19d042 12
5a1a893e 13=head1 NAME
8f19d042 14
2f670e13 15Reaction::UI::Widget::Field::Text
8f19d042 16
5a1a893e 17=head1 DESCRIPTION
8f19d042 18
5a1a893e 19See L<Reaction::UI::Widget::Field>
8f19d042 20
5a1a893e 21=head1 AUTHORS
8f19d042 22
5a1a893e 23See L<Reaction::Class> for authors.
8f19d042 24
5a1a893e 25=head1 LICENSE
26
27See L<Reaction::Class> for the license.
8f19d042 28
29=cut