slight change for saner behavior when munging names
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / String.pm
1 package Reaction::UI::Widget::Field::String;
2
3 use Reaction::UI::WidgetClass;
4
5 class String is 'Reaction::UI::Widget::Field', which {
6
7 };
8
9 1;
10
11 =head1 NAME
12
13 Reaction::UI::Widget::Field::String
14
15 =head1 DESCRIPTION
16
17 See L<Reaction::UI::Widget::Field>
18
19 =head1 AUTHORS
20
21 See L<Reaction::Class> for authors.
22
23 =head1 LICENSE
24
25 See L<Reaction::Class> for the license.
26
27 =cut