How to Install and Uninstall perl-Class-Load Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "perl-Class-Load" package
This tutorial shows how to install perl-Class-Load on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Class-Load
Copied
2. Uninstall "perl-Class-Load" package
Please follow the steps below to uninstall perl-Class-Load on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Class-Load
Copied
3. Information about the perl-Class-Load package on openSuSE Tumbleweed
Information for package perl-Class-Load:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-Load
Version : 0.25-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 42.7 KiB
Installed : No
Status : not installed
Source package : perl-Class-Load-0.25-1.23.src
Upstream URL : http://search.cpan.org/dist/Class-Load/
Summary : Working (Require "Class::Name") and More
Description :
'require EXPR' only accepts 'Class/Name.pm' style module names, not
'Class::Name'. How frustrating! For that, we provide 'load_class
'Class::Name''.
It's often useful to test whether a module can be loaded, instead of
throwing an error when it's not available. For that, we provide
'try_load_class 'Class::Name''.
Finally, sometimes we need to know whether a particular class has been
loaded. Asking '%INC' is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package name.
For that, we provide 'is_class_loaded 'Class::Name''.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-Load
Version : 0.25-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 42.7 KiB
Installed : No
Status : not installed
Source package : perl-Class-Load-0.25-1.23.src
Upstream URL : http://search.cpan.org/dist/Class-Load/
Summary : Working (Require "Class::Name") and More
Description :
'require EXPR' only accepts 'Class/Name.pm' style module names, not
'Class::Name'. How frustrating! For that, we provide 'load_class
'Class::Name''.
It's often useful to test whether a module can be loaded, instead of
throwing an error when it's not available. For that, we provide
'try_load_class 'Class::Name''.
Finally, sometimes we need to know whether a particular class has been
loaded. Asking '%INC' is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package name.
For that, we provide 'is_class_loaded 'Class::Name''.