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

Last updated: May 17,2024

1. Install "perl-Test-MockObject" package

This is a short guide on how to install perl-Test-MockObject on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-MockObject" package

Please follow the guidance below to uninstall perl-Test-MockObject on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-MockObject

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

Information for package perl-Test-MockObject:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-MockObject
Version : 1.20200122-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 68.1 KiB
Installed : No
Status : not installed
Source package : perl-Test-MockObject-1.20200122-1.18.src
Upstream URL : https://metacpan.org/release/Test-MockObject
Summary : Perl extension for emulating troublesome interfaces
Description :
It's a simple program that doesn't use any other modules, and those are
easy to test. More often, testing a program completely means faking up
input to another module, trying to coax the right output from something
you're not supposed to be testing anyway.
Testing is a lot easier when you can control the entire environment. With
Test::MockObject, you can get a lot closer.
Test::MockObject allows you to create objects that conform to particular
interfaces with very little code. You don't have to reimplement the
behavior, just the input and the output.