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


in reply to Re: Need a test for deep equality
in thread Need a test for deep equality

This is an old thread, which is probably the reason for this omission, but... Test::More has an is_deeply() that works for my purposes (no object references). The docs for Test::More also recommend other Perl modules that will handle object references, etc.