How to Install and Uninstall perl-Class-WhiteHole Package on openSuSE Tumbleweed

Last updated: March 03,2025

1. Install "perl-Class-WhiteHole" package

Please follow the step by step instructions below to install perl-Class-WhiteHole on openSuSE Tumbleweed

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

2. Uninstall "perl-Class-WhiteHole" package

Please follow the step by step instructions below to uninstall perl-Class-WhiteHole on openSuSE Tumbleweed:

$ sudo zypper remove perl-Class-WhiteHole

3. Information about the perl-Class-WhiteHole package on openSuSE Tumbleweed

Information for package perl-Class-WhiteHole:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-WhiteHole
Version : 0.04-228.29
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.0 KiB
Installed : No
Status : not installed
Source package : perl-Class-WhiteHole-0.04-228.29.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.