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

Last updated: May 17,2024

1. Install "perl-Test-SubCalls" package

Please follow the steps below to install perl-Test-SubCalls on openSUSE Leap

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

2. Uninstall "perl-Test-SubCalls" package

Please follow the instructions below to uninstall perl-Test-SubCalls on openSUSE Leap:

$ sudo zypper remove perl-Test-SubCalls

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

Information for package perl-Test-SubCalls:
-------------------------------------------
Repository : Main Repository
Name : perl-Test-SubCalls
Version : 1.10-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 30.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-SubCalls-1.10-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-SubCalls/
Summary : Track the number of times subs are called
Description :
There are a number of different situations (like testing caching code)
where you want to want to do a number of tests, and then verify that some
underlying subroutine deep within the code was called a specific number of
times.
This module provides a number of functions for doing testing in this way in
association with your normal Test::More (or similar) test scripts.