How to Install and Uninstall perl-Test-UseAllModules.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Test-UseAllModules.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall perl-Test-UseAllModules.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Test-UseAllModules.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:14:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-UseAllModules
Version : 0.17
Release : 15.el9
Architecture : noarch
Size : 14 k
Source : perl-Test-UseAllModules-0.17-15.el9.src.rpm
Repository : epel
Summary : Do use_ok() for all the MANIFESTed modules
URL : https://metacpan.org/release/Test-UseAllModules
License : GPL+ or Artistic
Description : I'm sick of writing 00_load.t (or something like that) that will do use_ok()
: for every module I write. I'm sicker of updating 00_load.t when I add
: another file to the distribution. This module reads MANIFEST to find modules
: to be tested and does use_ok() for each of them. Now all you have to do is
: update MANIFEST. You don't have to modify the test any more (hopefully).