How to Install and Uninstall perl-Test-FailWarnings.noarch Package on Fedora 39

Last updated: September 24,2024

1. Install "perl-Test-FailWarnings.noarch" package

Please follow the guidelines below to install perl-Test-FailWarnings.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Test-FailWarnings.noarch

2. Uninstall "perl-Test-FailWarnings.noarch" package

Please follow the step by step instructions below to uninstall perl-Test-FailWarnings.noarch on Fedora 39:

$ sudo dnf remove perl-Test-FailWarnings.noarch $ sudo dnf autoremove

3. Information about the perl-Test-FailWarnings.noarch package on Fedora 39

Last metadata expiration check: 1:39:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-FailWarnings
Version : 0.008
Release : 31.fc39
Architecture : noarch
Size : 20 k
Source : perl-Test-FailWarnings-0.008-31.fc39.src.rpm
Repository : fedora
Summary : Add test failures if warnings are caught
URL : https://metacpan.org/release/Test-FailWarnings
License : Apache-2.0
Description : This module hooks $SIG{__WARN__} and converts warnings to Test::More's
: fail() calls. It is designed to be used with done_testing, when you don't
: need to know the test count in advance.