search spec components factored out of T365
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value / String.pm
CommitLineData
e22de101 1package Reaction::UI::Widget::Value::String;
2
3use Reaction::UI::WidgetClass;
4
bae75bee 5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Value';
7
8
9
10__PACKAGE__->meta->make_immutable;
e22de101 11
e22de101 12
131;
14
15__END__;
16
17=head1 NAME
18
19Reaction::UI::Widget::Value::String
20
21=head1 DESCRIPTION
22
23See L<Reaction::UI::Widget::Value>
24
25=head1 AUTHORS
26
27See L<Reaction::Class> for authors.
28
29=head1 LICENSE
30
31See L<Reaction::Class> for the license.
32
33=cut