How to Install and Uninstall perl-Test2-Plugin-NoWarnings.noarch Package on Fedora 38

Last updated: March 01,2025

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

Please follow the guidance below to install perl-Test2-Plugin-NoWarnings.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Test2-Plugin-NoWarnings.noarch

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

This is a short guide on how to uninstall perl-Test2-Plugin-NoWarnings.noarch on Fedora 38:

$ sudo dnf remove perl-Test2-Plugin-NoWarnings.noarch $ sudo dnf autoremove

3. Information about the perl-Test2-Plugin-NoWarnings.noarch package on Fedora 38

Last metadata expiration check: 2:24:14 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test2-Plugin-NoWarnings
Version : 0.09
Release : 9.fc38
Architecture : noarch
Size : 21 k
Source : perl-Test2-Plugin-NoWarnings-0.09-9.fc38.src.rpm
Repository : fedora
Summary : Fail if tests warn
URL : https://metacpan.org/release/Test2-Plugin-NoWarnings
License : Artistic 2.0
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.