ad17c83e4b656b4eee3d4732653ef7f51b3c2532
[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 __END__;
12
13 =head1 NAME
14
15 Reaction::UI::Widget::Field::File
16
17 =head1 DESCRIPTION
18
19 See L<Reaction::UI::Widget::Field>
20
21 =head1 AUTHORS
22
23 See L<Reaction::Class> for authors.
24
25 =head1 LICENSE
26
27 See L<Reaction::Class> for the license.
28
29 =cut