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