aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Field/Mutable/Integer.pm
blob: 677082d32c44b37d222703935d5a903a3f3e8842 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package Reaction::UI::Widget::Field::Mutable::Integer;

use Reaction::UI::WidgetClass;

class Integer is 'Reaction::UI::Widget::Field::Mutable', which {

};

1;

__END__;

=head1 NAME

Reaction::UI::Widget::Field::Integer

=head1 DESCRIPTION

See L<Reaction::UI::Widget::Field>
See L<Reaction::UI::Widget::Field::Mutable>

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut