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

NAME

Spark::Form::Role::ErrorStore - A mix-in for adding an internal error storage mechanism.

VERSION

version 0.2103

errors() : Array[Str]

Returns a list of all errors encountered so far

error ( Str )

Adds an error to the current field's list.

AUTHOR

James Laver http://jameslaver.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by James Laver <sprintf qw(%s@%s.%s cpan jameslaver com)>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.