How to Install and Uninstall perl-Test2-Plugin-NoWarnings Package on openSUSE Leap

Last updated: July 01,2024

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

This tutorial shows how to install perl-Test2-Plugin-NoWarnings on openSUSE Leap

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

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

This guide let you learn how to uninstall perl-Test2-Plugin-NoWarnings on openSUSE Leap:

$ sudo zypper remove perl-Test2-Plugin-NoWarnings

3. Information about the perl-Test2-Plugin-NoWarnings package on openSUSE Leap

Information for package perl-Test2-Plugin-NoWarnings:
-----------------------------------------------------
Repository : Main Repository
Name : perl-Test2-Plugin-NoWarnings
Version : 0.06-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26.3 KiB
Installed : No
Status : not installed
Source package : perl-Test2-Plugin-NoWarnings-0.06-1.22.src
Upstream URL : http://search.cpan.org/dist/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.