On 9/5/07, Gabor Szabo <[EMAIL PROTECTED]> wrote: > I would like to compare data structure in some non-test code. > Test::Deep seems to give all the features I need, except that it is > integrated with > the testing framework. > > How could I use that or what else should I use to compare two deep > data structures?
Diff the output of Data::Dump::Streamer on the two objects. Or maybe reuse the code contained in Test::Struct or Test::Deep. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"
