How to Install and Uninstall perl-Class-Load.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "perl-Class-Load.noarch" package

This guide let you learn how to install perl-Class-Load.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Class-Load.noarch

2. Uninstall "perl-Class-Load.noarch" package

Please follow the step by step instructions below to uninstall perl-Class-Load.noarch on Fedora 35:

$ sudo dnf remove perl-Class-Load.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Load.noarch package on Fedora 35

Last metadata expiration check: 0:10:14 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Class-Load
Version : 0.25
Release : 17.fc35
Architecture : noarch
Size : 28 k
Source : perl-Class-Load-0.25-17.fc35.src.rpm
Repository : fedora
Summary : A working (require "Class::Name") and more
URL : https://metacpan.org/release/Class-Load
License : GPL+ or Artistic
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'.