more work towards widgets, split up the templates and added some super basic POD
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / TimeRange.pm
1 package Reaction::UI::Widget::Field::TimeRange;
2
3 use Reaction::UI::WidgetClass;
4
5 class TimeRange is 'Reaction::UI::Widget::Field', which {
6
7 };
8
9 1;
10
11
12 =head1 NAME
13
14 Reaction::UI::Widget::Field::TimeRange
15
16 =head1 DESCRIPTION
17
18 Warning: INCOMPLETE CLASS
19
20 See L<Reaction::UI::Widget::Field>
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