more work towards widgets, split up the templates and added some super basic POD
[catagits/Reaction.git] / lib / Reaction / UI / Widget / DisplayField / Number.pm
CommitLineData
7b78a39d 1package Reaction::UI::Widget::DisplayField::Number;
2
3use Reaction::UI::WidgetClass;
4
5a1a893e 5class Number is 'Reaction::UI::Widget::DisplayField', which {
6
7b78a39d 7};
8
91;
10
11__END__;
12
5a1a893e 13=head1 NAME
14
15Reaction::UI::Widget::DisplayField::Numberx
16
17=head1 DESCRIPTION
7b78a39d 18
5a1a893e 19See L<Reaction::UI::Widget::DisplayField>
7b78a39d 20
5a1a893e 21=head1 AUTHORS
7b78a39d 22
5a1a893e 23See L<Reaction::Class> for authors.
7b78a39d 24
5a1a893e 25=head1 LICENSE
7b78a39d 26
5a1a893e 27See L<Reaction::Class> for the license.
7b78a39d 28
29=cut