|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Using FreezeThaw correctly?by Rhys (Pilgrim) |
| on Sep 21, 2004 at 14:31 UTC ( #392653=note: print w/ replies, xml ) | Need Help?? |
|
I also found another way to do this without using FreezeThaw. Test::More also includes a function is_deeply that works about the same way:
This also much better for using in test scripts, since it returns more information when the test fails:
Not to mention the fact that since my app doesn't use FreezeThaw for anything else, I can remove that dependency from Makefile.PL. :-) NOTE: The structures I will be comparing contain only scalars and anonymous refs. I have not tried is_deeply with refs as shown in perlfaq4, so I don't know if it acts more like cmpStr or cmpStrHard, but it works wonderfully for my purpose. --J
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||