Hi!
Sometimes I want to test,
whether a module gives a (special) warning or not.
I couldn't find a module doing this job on CPAN,
so I'm ready to write a Test::Warn module.
I thought that two methods should be implemented:
warns_ok BLOCK REGEX, TEST_NAME (regex and test_name are optional
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 /