Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 7926
Status: new
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.61
Fixed in: (no value)



Subject: Stronger profile checking
DFV could give even better feedback about invalid profiles by being even more strict about it checks the validity of the profile. Instead of just checking the key names, we could also check the types of values that are valid for each key. Using something like Params::Validate or Test::Deep may be a good tool for this job.