aa079c76f9e402be5acf6b635b2d64847fe77fc8
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / File.pm
1 package Reaction::UI::Widget::Field::File;
2
3 use Reaction::UI::WidgetClass;
4
5 class File is 'Reaction::UI::Widget::Field', which {
6
7 };
8
9 1;
10
11
12 =head1 NAME
13
14 Reaction::UI::Widget::Field::File
15
16 =head1 DESCRIPTION
17
18 See L<Reaction::UI::Widget::Field>
19
20 =head1 AUTHORS
21
22 See L<Reaction::Class> for authors.
23
24 =head1 LICENSE
25
26 See L<Reaction::Class> for the license.
27
28 =cut