Binary package “libtest2-plugin-nowarnings-perl” in ubuntu jammy

Perl testing plugin to fail tests if warnings are generated

 The Test2::Plugin::NoWarnings plugin causes tests to fail if any warnings
 are generated whilst the tests run. Each warning generates a new failing
 test, and the warning content is output via diag.
 .
 This module uses $SIG{__WARN__}, so if the code you're testing sets this,
 this module will stop working.