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