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