Changes for version 0.82

  • Disabled function inlining if _MSC_VER is defined. Patch from Audrey Tang.
  • Check isa by calling it as a method on the thing being checked.
  • Do the same for can in the pure Perl version. This was already fixed for the XS version in 0.75.

Modules

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