| Name: | perl-Test2-Plugin-NoWarnings |
|---|---|
| Version: | 0.10 |
| Release: | 1.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 25827 |
| License: | Artistic-2.0 |
| RPM: | perl-Test2-Plugin-NoWarnings-0.10-1.el10_0.noarch.rpm |
| Source RPM: | perl-Test2-Plugin-NoWarnings-0.10-1.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Test2-Plugin-NoWarnings |
| Summary: | Fail if tests warn |
| Description: | Loading this plugin causes your tests to fail if there are 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. |