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

Last updated: May 20,2024

1. Install "perl-Test-Mock-Time" package

This tutorial shows how to install perl-Test-Mock-Time on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-Mock-Time

2. Uninstall "perl-Test-Mock-Time" package

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

$ sudo zypper remove perl-Test-Mock-Time

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

Information for package perl-Test-Mock-Time:
--------------------------------------------
Repository : Main Repository
Name : perl-Test-Mock-Time
Version : 0.1.7-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 31.6 KiB
Installed : No
Status : not installed
Source package : perl-Test-Mock-Time-0.1.7-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-Mock-Time/
Summary : Deterministic time & timers for event loop tests
Description :
This module replaces actual time with simulated time everywhere (core
time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide a
way to write deterministic tests for event loop based applications with
timers.
*IMPORTANT!* This module *must* be loaded by your script/app/test before
other related modules (Time::HiRes, Mojolicious, EV, etc.).