Changes for version 0.79

  • The XS version of Params::Validate did not work if a spec hash reference was marked Readonly using Readonly::XS.
  • Added some tests for using tied values for params or spec, and discovered that a tied spec causes a segfault, but could not figure out how to fix this (Grr, Perl magic is a huge pain in the nether regions).

Modules

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