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