![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: The speed of blessed hashrefs, the power of Moose - how to get both?by zwon (Abbot) |
on Nov 20, 2011 at 03:28 UTC ( #939028=note: print w/replies, xml ) | Need Help?? |
You are not checking arguments here. In definition of MooseState you specified things like isa => 'Int', so constructor checks arguments. You're testing constructions which are not functionally equal. Remove these isa or add checks to blessed_hashref to get something that makes sense.
In Section
Meditations
|
|