On Thursday 19 June 2003 15:48, Paul Johnson wrote: > Sounds a little like Test::Differences. I don't suppose there is any > chance of integration or anything?
If Test::Deep was purely for checking if 2 structures are identical then Test::Differences would be fine but Test::Deep also allows you to check that the structure you give it matches a structural pattern. See the reply about Test::Data for more details, F