NAME
Form::Factory::Control::Password - the password control
VERSION
version 0.022
SYNOPSIS
has_control new_password => (
control => 'password',
);
head1 DESCRIPTION
This is a password control. It is similar to a text control, but does not stash anything and has no default value.
METHODS
has_current_value
We have a current value if it is defined and has a non-zero string length.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.