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