Skip Menu |

This queue is for tickets about the MouseX-Params-Validate CPAN distribution.

Report information
The Basics
Id: 94389
Status: resolved
Priority: 0/
Queue: MouseX-Params-Validate

People
Owner: MANWAR [...] cpan.org
Requestors: shtil [...] comcast.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Bug
Date: Wed, 2 Apr 2014 17:41:14 +0000 (UTC)
To: bug-mousex-params-validate [...] rt.cpan.org
From: shtil [...] comcast.net
Here is the code to reproduce: #!perl my $obj = new PACKAGE; $obj->test({}); package PACKAGE; use Mouse; use MouseX::Params::Validate; sub test { my $self = shift; my ($data) = pos_validated_list( \@_, {isa => 'HashRef'}, ); }
Hi Yuri, Thanks for reporting the bug. I will do my best to get it resolved asap. Best Regards, Mohammad S Anwar
Hi Yuri, Just to let you know that module has been patched in v 0.05. Best Regards, Mohammad S Anwar
Resolved.