Excerpts from Paul LeoNerd Evans's message of Sun Jan 10 13:37:51 -0500 2010: > Your module doesn't seem to be doing this - perhaps something like > Check::DNS may be a more suitable name for yours?
I was going to say something along those lines, but a) his module speaks TAP (as most of Test:: does, and very little outside Test:: does) and b) there are a lot of modules named 'Test::$thing' where '$thing' is the thing being tested (Exception, Warn, File, Timer, just from a quick glance at search.cpan.org), and 'DNS' fits in with those. Test::DNS is a perfectly reasonable name. I don't think it even needs to be more specific, Sawyer -- the synopsis you gave probably covers 90% of what people want to do with Net::DNS most of the time. hdp.