in reply to What is the best way to compare variables so that different types are non-equal?
In this case either eqv (which does the same as Test::More::is_deeply does) or === (which compares if two variables hold the same object) would be appropriate.
|
|---|