The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Form::Factory::Action::Meta::Role - The meta-class role for form action roles

VERSION

version 0.022

SYNOPSIS

  package MyApp::Action::Role::Foo;
  use Form::Factory::Processor::Role

DESCRIPTION

All form action roles have this role attached to its meta-class.

ATTRIBUTES

features

This is a hash of features provided by the role. The keys are the short name of the feature to attach and the value is a hash of options to pass to the feature's constructor on instantiation.

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.