| Form-Factory documentation | Contained in the Form-Factory distribution. |
Form::Factory::Control::Role::HiddenValue - hidden controls
version 0.020
This role marks a control as being hidden. These controls are not be rendered.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Form-Factory documentation | Contained in the Form-Factory distribution. |
package Form::Factory::Control::Role::HiddenValue; BEGIN { $Form::Factory::Control::Role::HiddenValue::VERSION = '0.020'; } use Moose::Role;
1;