http://qs321.pair.com?node_id=11119740


in reply to Inverting test conditions in Test::More ?

Why don't you test directly for where you know the difference is? You won't need is_deeply since you don't need to check all elements. You only need to check that there is at least one difference, and if you know your input data, you know where to find the difference.