--- Adam Kennedy <cpan@xxxxxx> wrote:
> My main comment would be that it can be very easy to get seduced in
> to dependency bloat when writing Test:: modules, and you should pay
> extra attention to avoiding it if possible.
Yes, I can see that. I could actually have dropped Test::Differences
"eq_or_diff" and just used the "is_deeply" function from Test::More,
but when working with large data structures, there's just no comparison
between the two. I suppose I could make Test::Differences optional and
fall back on is_deeply if they don't have T:D installed.
Cheers,
Ovid
--
If this message is a response to a question on a mailing list, please send
follow up questions to the list.
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/
|