Description
Perl test suites can check both the presence and absence of warnings. This helps projects enforce clean behavior while still verifying expected warning paths.
It is a developer testing library. Warning expectations should be specific enough that new warnings are noticed rather than accepted as existing noise.