The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.29

  • Add post_filter_value to Field and populate it with the value after applying filters.
  • Populate original_value with the value that was submitted, unchanged. This is a slightly invasive change but if the field was valid then it will re-filter back to the same value so it is considered safe to do.
  • Change type of original_value to ArrayRef|Str to handle multiple values of a param.

Modules

Profile based data verification with Moose type constraints.
Field from a Data::Verifier profile
Filters for values
Results of a Data::Verifier