NAME
Validator::Group - The great new Validator::Group!
VERSION
Version 0.03
SYNOPSIS
use Validator::Group;
my $foo = Validator::Group->new();
...
SUBROUTINES/METHODS
new
Creates new variables validation group
exists( $entry_id )
Returns true if Validator::Var instance specified by entry_id exists in the group.
entry( $entry_id )
Returns Validator::Var instance specified by entry_id. If entry does not exist it will be created without any checker functions.
my $entry = $validator->entry('entry_id');
AUTHOR
Fedor Semenov, <fedor.v.semenov at gmail.com>
BUGS
Please report any bugs or feature requests to bug-validator-var at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Validator-Var. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Validator::Group
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2011 Fedor Semenov.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.