The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12

  • Using the subroutine name as a cache key for validation specs broke in the face of method modifiers, which all appear to have the same name. Now we use Devel::Caller to get the CV of the caller and use its refaddr as the key, which will be unique in all cases. Bug report by Jos Boumans. RT #46730.

Modules

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