NAME

Form::Sensible::Validator - Default Validator for Form::Sensible forms

SYNOPSIS

use Form::Sensible::Validator;

my $object = Form::Sensible::Validator->new();

$object->do_stuff();

DESCRIPTION

This module does not really exist, it was made for the sole purpose of demonstrating how POD works.

ATTRIBUTES

'config'

METHODS

validate =item validate_field_with_regex =item validate_field_with_coderef

AUTHOR

Jay Kuri - <jayk@cpan.org>

SPONSORED BY

Ionzero LLC. http://ionzero.com/

SEE ALSO

Form::Sensible

LICENSE

Copyright 2009 by Jay Kuri <jayk@cpan.org>

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