How to Install and Uninstall perl-Test-UseAllModules Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Test-UseAllModules" package

Please follow the guidelines below to install perl-Test-UseAllModules on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-UseAllModules

2. Uninstall "perl-Test-UseAllModules" package

Learn how to uninstall perl-Test-UseAllModules on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-UseAllModules

3. Information about the perl-Test-UseAllModules package on openSuSE Tumbleweed

Information for package perl-Test-UseAllModules:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-UseAllModules
Version : 0.17-1.30
Arch : noarch
Vendor : openSUSE
Installed Size : 8.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-UseAllModules-0.17-1.30.src
Upstream URL : http://search.cpan.org/dist/Test-UseAllModules/
Summary : do use_ok() for all the MANIFESTed modules
Description :
I'm sick of writing 00_load.t (or something like that) that'll do use_ok()
for every module I write. I'm sicker of updating 00_load.t when I add
another file to the distro. 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).