How to Install and Uninstall perl-Test2-Plugin-NoWarnings Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "perl-Test2-Plugin-NoWarnings" package

Please follow the instructions below to install perl-Test2-Plugin-NoWarnings on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test2-Plugin-NoWarnings

2. Uninstall "perl-Test2-Plugin-NoWarnings" package

Please follow the instructions below to uninstall perl-Test2-Plugin-NoWarnings on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test2-Plugin-NoWarnings

3. Information about the perl-Test2-Plugin-NoWarnings package on openSuSE Tumbleweed

Information for package perl-Test2-Plugin-NoWarnings:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test2-Plugin-NoWarnings
Version : 0.09-1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 29.6 KiB
Installed : No
Status : not installed
Source package : perl-Test2-Plugin-NoWarnings-0.09-1.19.src
Upstream URL : https://metacpan.org/release/Test2-Plugin-NoWarnings
Summary : Fail if tests warn
Description :
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.