SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-UNIVERSAL-require rpm build for : openSUSE Tumbleweed. For other distributions click perl-UNIVERSAL-require.

Name : perl-UNIVERSAL-require
Version : 0.19 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 97.66 Date : 2021-03-28 05:09:46
Group : Unspecified Source RPM : perl-UNIVERSAL-require-0.19-97.66.src.rpm
Size : 0.01 MB
Packager : (none)
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/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-UNIVERSAL-require-0.19-97.66.noarch.rpm
     

Provides :
perl(UNIVERSAL)
perl(UNIVERSAL::require)
perl-UNIVERSAL-require

Requires :
perl(:MODULE_COMPAT_5.40.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/UNIVERSAL
/usr/lib/perl5/vendor_perl/5.40.0/UNIVERSAL/require.pm
/usr/share/doc/packages/perl-UNIVERSAL-require
/usr/share/doc/packages/perl-UNIVERSAL-require/Changes
/usr/share/doc/packages/perl-UNIVERSAL-require/README
/usr/share/man/man3/UNIVERSAL::require.3pm.gz

 
ICM