Changes for version 0.66

  • Skip a few more tests under Perl 5.6.0. Patch from Christian Schaffner.
  • Error messages now include the stringified value of the variable that was invalid. Implemented by Daisuke Maki.
  • Added a new parameter normalization callback feature, the "normalize_keys" option. Implemented by Daisuke Maki.
  • The "strip_leading" and "ignore_case" options are now deprecated. Use the new "normalize" feature instead.

Modules

Validate method/function parameters using attributes
Validate method/function parameters
pure Perl implementation of Params::Validate
XS implementation of Params::Validate