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