Name : perl-UNIVERSAL-require
| |
Version : 0.18
| Vendor : openSUSE
|
Release : lp152.3.3
| Date : 2020-05-16 08:11:40
|
Group : Development/Libraries/Perl
| Source RPM : perl-UNIVERSAL-require-0.18-lp152.3.3.src.rpm
|
Size : 0.01 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Require() modules from a variable
|
Description :
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: /vol/rzm3/linux-opensuse/ports/ppc/distribution/leap/15.2/repo/oss/noarch |