Changes for version 0.11

  • The validation functions tried to coerce optional keys which weren't present in the incoming parameters, leading to weird errors. RT #46344. (Jos Boumans)
  • Allow other callbacks to be specified. Previously these were silently thrown out. But we'd recommend just defining types that encapsulate everything in the callback instead. RT #47647. (Jos Boumans).

Modules

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