The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Form::Factory::Control::Role::ScalarValue - scalar valued controls

VERSION

version 0.007

DESCRIPTION

Implemented by single scalar valued controls

METHODS

default_isa

Scalar valued controls are "Str" by default.

set_attribute_value

  $control->set_attribute_value($action, $attribute);

Sets the action attribute to the current value.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

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.