How to Install and Uninstall perl-Class-WhiteHole Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Class-WhiteHole" package

Please follow the instructions below to install perl-Class-WhiteHole on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-WhiteHole

2. Uninstall "perl-Class-WhiteHole" package

Here is a brief guide to show you how to uninstall perl-Class-WhiteHole on openSUSE Leap:

$ sudo zypper remove perl-Class-WhiteHole

3. Information about the perl-Class-WhiteHole package on openSUSE Leap

Information for package perl-Class-WhiteHole:
---------------------------------------------
Repository : Main Repository
Name : perl-Class-WhiteHole
Version : 0.04-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.2 KiB
Installed : No
Status : not installed
Source package : perl-Class-WhiteHole-0.04-bp155.2.9.src
Upstream URL : http://cpan.org/modules/by-module/Class/
Summary : Base class to treat unhandled method calls as errors
Description :
It's possible to accidentally inherit an AUTOLOAD method. Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own. This can lead to confusing error messages
when method lookups fail.
Sometimes you want to avoid this accidental inheritance. In that case,
inherit from Class::WhiteHole. All unhandled methods will produce
normal Perl error messages.