e577fa4c37
failures if warnings are caught.
5 lines
239 B
Text
5 lines
239 B
Text
This module hooks $SIG{__WARN__} and converts warnings to Test::More's
|
|
fail() calls. It is designed to be used with done_testing, when you
|
|
don't need to know the test count in advance.
|
|
|
|
WWW: http://search.cpan.org/dist/Test-FailWarnings/
|