How to Install and Uninstall perl-Test-MockObject Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Test-MockObject" package

Please follow the step by step instructions below to install perl-Test-MockObject on openSUSE Leap

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

2. Uninstall "perl-Test-MockObject" package

This is a short guide on how to uninstall perl-Test-MockObject on openSUSE Leap:

$ sudo zypper remove perl-Test-MockObject

3. Information about the perl-Test-MockObject package on openSUSE Leap

Information for package perl-Test-MockObject:
---------------------------------------------
Repository : Main Repository
Name : perl-Test-MockObject
Version : 1.20200122-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 68.6 KiB
Installed : No
Status : not installed
Source package : perl-Test-MockObject-1.20200122-bp155.2.11.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.