blob: b0386f12967f3ba70aec01bd31c94b2c5a4ab2ec (
plain)
1
2
3
4
5
6
7
8
|
Loading this plugin causes your tests to fail if there any
warnings while they run. Each warning generates a new failing
test and the warning content is outputted via diag.
This module uses $SIG{__WARN__}, so if the code you're testing
sets this, then this module will stop working.
WWW: https://metacpan.org/release/Test2-Plugin-NoWarnings
|