Name : perl-UNIVERSAL-require
| |
Version : 0.19
| Vendor : openSUSE
|
Release : bp154.1.1
| Date : 2021-12-17 08:17:31
|
Group : Unspecified
| Source RPM : perl-UNIVERSAL-require-0.19-bp154.1.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Require() modules from a variable [deprecated]
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch |