NAME
Form::Factory::Action::Role - Role implemented by action roles
VERSION
version 0.022
SYNOPSIS
package MyApp::Action::Foo;
use Form::Factory::Processor::Role;
has_control bar => (
type => 'text',
);
DESCRIPTION
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.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
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.