Home > Repositories > base > perl-UNIVERSAL-require

perl-UNIVERSAL-require: UNIVERSAL::require - require() modules from 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 alot more sense to someone who's not a ninth level Perl acolyte
Name:perl-UNIVERSAL-require
Release: 0.19-1mamba
Group:System/Libraries/Perl
Maintainer:autodist
License:GPL, Artistic
Size:15.14 kB
Upstream URL:https://www.cpan.org
Build time:2021-03-29 04:55:09
Binary packages and requirements
x86_64aarch64i586
Built RPMSperl-UNIVERSAL-require
perl-UNIVERSAL-require
perl-UNIVERSAL-require
Build requirementsperl-devel[>=0:5.24.0] [1]
perl-devel[>=0:5.24.0] [1]
perl-devel[>=0:5.24.0] [1]
History of changes
DatePackagerReleaseDescription
2021-03-29autodist0.19-1mamba- automatic version update by autodist
2021-02-24autodist0.18-1mamba- automatic version update by autodist
2012-11-13silvan0.13-2mamba- perl 5.16 mass rebuild
2009-04-03silvan0.13-1mamba- automatic update by autodist
2008-11-21silvan0.11-3mamba- remove conflicting provide for perl(UNIVERSAL)
2008-11-05silvan0.11-2mamba- automatic rebuild by autodist
2008-10-20gil0.11-1mamba- package created by autospec