in reply to Attribute does not pass Type Constraint
It would be useful if you could provide a small, self-contained script exhibiting the problem.
The "type of argument to keys on reference" error message comes from doing keys($blessed_object). I can't see anywhere in MooseX::UndefTolerant that does this. (Or indeed anywhere where it uses keys() at all!)
Are you sure that it's the created_date attribute which is causing the issue? Might it be something else?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Attribute does not pass Type Constraint
by PerlSufi (Friar) on Apr 03, 2014 at 18:44 UTC | |
by PerlSufi (Friar) on Apr 03, 2014 at 21:13 UTC |