perl-UNIVERSAL-require

Require() modules from a variable [deprecated]

Before using this module, you should look at the alternatives, some of which are listed in SEE ALSO below. This module provides a safe mechanism for loading a module at runtime, when you have the name of the module in a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte.

There is no official package available for openSUSE Leap 15.5

Distributions

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

RedHat RHEL-7

CentOS CentOS-7

Unsupported distributions

The following distributions are not officially supported. Use these packages at your own risk.

SUSE:SLE-15:GA

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

openSUSE:Leap:42.1

openSUSE:Leap:42.2

openSUSE:Leap:42.3

openSUSE:13.2

openSUSE:12.2

openSUSE:12.3

openSUSE:13.1

openSUSE:11.1

openSUSE:11.4

openSUSE:12.1

DISCONTINUED:openSUSE:11.1

CentOS:CentOS-9:Stream

SUSE:SLE-12:SLE-Module-Toolchain

CentOS:CentOS-5

CentOS:CentOS-6

SUSE:SLE-10

deleted