Changes for version 0.08

  • Renamed validate to validated_hash and validatep to validated_list. The old function names are still available under the ":deprecated" import tag.
  • Added a new pos_validated_list which can validate position parameters.
  • Errors now reflect the subroutine that called the validation function, rather than coming form inside the validation function itself.

Modules

an extension of Params::Validate for using Moose's types