| Form-Factory documentation | Contained in the Form-Factory distribution. |
Form::Factory::Control::Role::ScalarValue - scalar valued controls
version 0.020
Implemented by single scalar valued controls
Scalar valued controls are "Str" by default.
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::ScalarValue; BEGIN { $Form::Factory::Control::Role::ScalarValue::VERSION = '0.020'; } use Moose::Role; excludes qw( Form::Factory::Control::Role::BooleanValue Form::Factory::Control::Role::ListValue );
use constant default_isa => 'Str';
1;