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

Last updated: May 04,2024

1. Install "perl-Test-MockModule" package

Please follow the guidance below to install perl-Test-MockModule on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-MockModule" package

Here is a brief guide to show you how to uninstall perl-Test-MockModule on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-MockModule

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

Information for package perl-Test-MockModule:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-MockModule
Version : 0.177.0-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 43.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-MockModule-0.177.0-1.13.src
Upstream URL : https://metacpan.org/release/Test-MockModule
Summary : Override subroutines in a module for unit testing
Description :
'Test::MockModule' lets you temporarily redefine subroutines in other
packages for the purposes of unit testing.
A 'Test::MockModule' object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be easily
restored. This happens automatically when all MockModule objects for the
given module go out of scope, or when you 'unmock()' the subroutine.