| fu ( @ 2011-01-01 10:56 am UTC |
There's lots of nice stuff over at the Test::More documentation. In particular, I've just had a huge "D'OH" moment, and have switched to using
is_deeply for many of my new tests where I check complex object structures. (Instead of, say, doing a for loop for each variable).