Form::Factory::Action::Role - Role implemented by action roles
version 0.022
package MyApp::Action::Foo; use Form::Factory::Processor::Role; has_control bar => ( type => 'text', );
This is the role implemented by all form action roles. Do not use this directly, but use Form::Factory::Processor::Role, which performs the magic required to make your class implement this role.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
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.