Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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