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

Last updated: May 17,2024

1. Install "perl-Test-SubCalls" package

Please follow the guidance below to install perl-Test-SubCalls on openSuSE Tumbleweed

$ 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 Tumbleweed:

$ sudo zypper remove perl-Test-SubCalls

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

Information for package perl-Test-SubCalls:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-SubCalls
Version : 1.10-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 29.8 KiB
Installed : No
Status : not installed
Source package : perl-Test-SubCalls-1.10-1.24.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.