How to Install and Uninstall perl-UNIVERSAL-isa Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-UNIVERSAL-isa" package

Please follow the steps below to install perl-UNIVERSAL-isa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-UNIVERSAL-isa

2. Uninstall "perl-UNIVERSAL-isa" package

Please follow the guidelines below to uninstall perl-UNIVERSAL-isa on openSuSE Tumbleweed:

$ sudo zypper remove perl-UNIVERSAL-isa

3. Information about the perl-UNIVERSAL-isa package on openSuSE Tumbleweed

Information for package perl-UNIVERSAL-isa:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-UNIVERSAL-isa
Version : 1.20171012-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : perl-UNIVERSAL-isa-1.20171012-1.24.src
Upstream URL : http://search.cpan.org/dist/UNIVERSAL-isa/
Summary : Attempt to recover from people calling UNIVERSAL::isa as a function
Description :
Whenever you use UNIVERSAL/isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.
This module replaces 'UNIVERSAL::isa' with a version that makes sure that,
when called as a function on objects which override 'isa', 'isa' will call
the appropriate method on those objects
In all other cases, the real 'UNIVERSAL::isa' gets called directly.
*NOTE:* You should use this module only for debugging purposes. It does not
belong as a dependency in running code.