NAME
Validation::Class - Centralized Input Validation For Any Application
VERSION
version 0.111910
SYNOPSIS
use MyApp::Validation;
my $input = MyApp::Validation->new(params => $params);
unless ($input->validate){
return $input->errors->to_string;
}
DESCRIPTION
Validation::Class is a different approach to data validation, it
a
more»
This software is copyright (c) 2010 by awncorp.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Terms of the Perl programming language system itself
a) the GNU General Public License as published by the Free
Software Foundation; either version 1, or (at your option) any
later version, or
b) the "Artisti
more»