The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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