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
METHODS
AUTHOR
Jay Kuri - <jayk@cpan.org>
SPONSORED BY
Ionzero LLC. http://ionzero.com/
SEE ALSO
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.