The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-Verifier

0.05
  * Add dependent key for creating dependent fields
  * Result
    * Add merge method that adds the supplied result to this one
    * Add is_valid, valid_count and valids
  * Rejigger most is_* methods to return more appropriate values

0.04
  - Properly set coerced values

0.03
  - Set invalid values as undef in Results
  - Add MooseX::Storage to Results can be serialized
  - Add values attribute to Results
  - Only validate defined values against types
  - Enable coercion
  - Add max_length and min_length

0.02
  - Honor global filters

0.01    
  - First version, released on an unsuspecting world.