blob: ddb30689ce1f2ffbe2dc41aae061ae0aba25f19c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Data validator. Validates only the data. No form generation, no javascript
generation, no other stuff that does something else. Only data validation!
Features:
* Validates data that is presented as a hash reference
* Multiple values
* Field registration
* Group validation
* Conditional validation
|