Subject: | superhash is not "recursive" |
this
cmp_deeply({x => {y => 3, z => 4}, a => 1, b => 2}, superhashof({x => {y => 3}, a => 1}));
fails with
# Comparing hash keys of $data->{"x"}
# Extra: 'z'
not sure if it's a feature or bug, documentation is vague for this.