NAME
Validator::Checker::MostWanted - "most wanted" checkers for Validator::Var.
VERSION
Version 0.03
SYNOPSIS
see Validator::Var
EXPORT
This package exports "most wanted" checkers for Validator::Var.
Ref @refs
variable is a reference to one of listed in @refs
Type @types
equivalent to Ref
checker
Can @methods
variable is blessed and has methods listed in @methods
Base @base_classes
variable is an object and inherited from all classes listed in @base_classes
Min $min_val
variable is a scalar and it's value is grater or equal to $min_val
Max $max_val
variable is a scalar and it's value is less or equal to $max_val
Between $min_val $max_val
variable is a scalar and it's value is bitween $min_val and $max_val (inclusive)
Regexp $re
variable is a scalar and matches regexp $re
Length $len_val
variable is a scalar and it's length is equal to $len_val
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::Checker::MostWanted
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.