Form::Factory::Feature - Interface for objects that modify how actions work
version 0.022
package MyApp::Feature::Foo; use Moose; with qw( Form::Factory::Feature ); package Form::Factory:;Feature::Custom::Foo; sub register_implementation { 'MyApp::Feature::Foo' }
A feature modifies what the form does during processing.
The short name of the feature. This is automatically built from the feature's class name.
The action this feature has been attached to.
This is the Form::Factory::Result::Single recording the success or failure of the parts of this feature.
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.