| Form-Factory documentation | Contained in the Form-Factory distribution. |
Form::Factory::Processor::DeferredValue - Tag class for deferred_values
version 0.020
No user serviceable parts. You void your non-existant warranty if you open this up.
See deferred_value in Form::Factory::Processor. There's really nothing to see here.
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::Processor::DeferredValue; BEGIN { $Form::Factory::Processor::DeferredValue::VERSION = '0.020'; } use Moose;
has code => ( is => 'ro', isa => 'CodeRef', required => 1, );
1;