5a5ffdd36004782eda32262608e922285ae738e0
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Mutable / TimeRange.pm
1 package Reaction::UI::Widget::Field::Mutable::TimeRange;
2
3 use Reaction::UI::WidgetClass;
4
5 use namespace::clean -except => [ qw(meta) ];
6 extends 'Reaction::UI::Widget::Field::Mutable';
7
8
9
10 __PACKAGE__->meta->make_immutable;
11
12
13 1;
14
15 __END__;
16
17 =head1 NAME
18
19 Reaction::UI::Widget::Field::Mutable::TimeRange - Input a time range
20
21 =head1 DESCRIPTION
22
23 Warning: INCOMPLETE CLASS
24
25 See L<Reaction::UI::Widget::Field>
26
27 =head1 AUTHORS
28
29 See L<Reaction::Class> for authors.
30
31 =head1 LICENSE
32
33 See L<Reaction::Class> for the license.
34
35 =cut