[ol8_developer_EPEL] perl-Class-Load-0.25-9.el8.noarch

Name:perl-Class-Load
Version:0.25
Release:9.el8
Architecture:noarch
Group:Unspecified
Size:44007
License:GPL+ or Artistic
RPM: perl-Class-Load-0.25-9.el8.noarch.rpm
Source RPM: perl-Class-Load-0.25-9.el8.src.rpm
Build Date:Tue Nov 05 2019
Build Host:jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com
Vendor:Oracle America
URL:https://metacpan.org/release/Class-Load
Summary:A 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'.

Related Packages (Show Changelog) (Show Filelist)