* Ricardo Signes [2016-12-18T09:08:23]
> When you call cmp_deeply($have, $want), objects found in $want are either
> Test::Deep::Cmp objects or not. If they are, they do their special test
> magic. If they are not, they are more or less compared to the data in $have
> without respect to blessing
I've filed a PR against Test-Deep:
https://github.com/rjbs/Test-Deep/pull/52
addresses
https://github.com/rjbs/Test-Deep/issues/50
The idea is:
When you call cmp_deeply($have, $want), objects found in $want are either
Test::Deep::Cmp objects or not. If they are, they do their special te