Re: Test-Deep as_test_deep_cmp branch

2016-12-27 Thread Ricardo Signes
* 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

Test-Deep as_test_deep_cmp branch

2016-12-18 Thread Ricardo Signes
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