more pod fixes
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Integer.pm
CommitLineData
36d54b14 1package Reaction::UI::Widget::Field::Integer;
2
3use Reaction::UI::WidgetClass;
4
bae75bee 5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Field';
7
8
9
10__PACKAGE__->meta->make_immutable;
36d54b14 11
36d54b14 12
131;
14
15__END__;
16
17=head1 NAME
18
e0bf6a9f 19Reaction::UI::Widget::Field::Integer
36d54b14 20
21=head1 DESCRIPTION
22
23See L<Reaction::UI::Widget::Field>
24
25=head1 AUTHORS
26
27See L<Reaction::Class> for authors.
28
29=head1 LICENSE
30
31See L<Reaction::Class> for the license.
32
33=cut