How to Install and Uninstall perl-UNIVERSAL-isa Package on openSUSE Leap

Last updated: December 24,2024

1. Install "perl-UNIVERSAL-isa" package

Learn how to install perl-UNIVERSAL-isa on openSUSE Leap

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

2. Uninstall "perl-UNIVERSAL-isa" package

This tutorial shows how to uninstall perl-UNIVERSAL-isa on openSUSE Leap:

$ sudo zypper remove perl-UNIVERSAL-isa

3. Information about the perl-UNIVERSAL-isa package on openSUSE Leap

Information for package perl-UNIVERSAL-isa:
-------------------------------------------
Repository : Main Repository
Name : perl-UNIVERSAL-isa
Version : 1.20171012-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 31.5 KiB
Installed : No
Status : not installed
Source package : perl-UNIVERSAL-isa-1.20171012-bp155.2.12.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.