How to Install and Uninstall perl-Test-MockModule.noarch Package on Fedora 34

Last updated: November 24,2024

1. Install "perl-Test-MockModule.noarch" package

Please follow the step by step instructions below to install perl-Test-MockModule.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-MockModule.noarch

2. Uninstall "perl-Test-MockModule.noarch" package

Here is a brief guide to show you how to uninstall perl-Test-MockModule.noarch on Fedora 34:

$ sudo dnf remove perl-Test-MockModule.noarch $ sudo dnf autoremove

3. Information about the perl-Test-MockModule.noarch package on Fedora 34

Last metadata expiration check: 1:55:30 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Test-MockModule
Version : 0.176.0
Release : 2.fc34
Architecture : noarch
Size : 29 k
Source : perl-Test-MockModule-0.176.0-2.fc34.src.rpm
Repository : fedora
Summary : Override subroutines in a module for unit testing
URL : https://metacpan.org/release/Test-MockModule
License : GPL+ or Artistic
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 easily be restored. This
: happens automatically when all MockModule objects for the given module go out
: of scope, or when you unmock() the subroutine.