| Form-Factory documentation | Contained in the Form-Factory distribution. |
Form::Factory::Control::Role::MultiLine - multiline controls
version 0.020
Marks controls that have a multiline text entry.
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::MultiLine; BEGIN { $Form::Factory::Control::Role::MultiLine::VERSION = '0.020'; } use Moose::Role;
1;