Subject: | The first level of serialization into a Perl HASH reference excludes attributes with undefined value |
Hello.
I'm trying to pack an Moose object with an attribute, which has
specified undefined value into a Perl hash. But in the resulted hash
this attribute is not presented. Why? Maybe it's better to check the
predicate if an attribute was set and for all attributes which were set
create hash keys?