On Thu, 27 Jun 2002 07:32:31 -0700, Janek Schleicher wrote: > I couldn't find a module doing this job on CPAN, so I'm ready to write a > Test::Warn module.
This is something I'd use. > I'd like to know what you are thinking about ?, especially: > - is it already on CPAN > - Name: Test::Warn / Test::Warning / Test::Warnings / ... > - method names > - missing functionality no_warns_ok() seems awkward, but my best alternative is warns_nok(), which isn't any better. It might be nice if you could check for Carp methods, too. I've found myself doing that several times. -- c