-
perl-Module-Load-0.36-479.fc36.noarch
If you consult "perldoc -f require" you will see that "require" will behave
differently when given a bare-word or a string. In the case of a string,
"require" assumes you are wanting to load a file. But in the case of
a bare-word, it assumes you mean a module.
This gives nasty overhead when you are trying to dynamically require modules
at run-time, since you will need to change the module notation to a file
notation fitting the particular platform you are on.
"load" eliminates the need for this overhead and will just DWYM.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Load-Conditional-0.74-479.fc36.noarch
This module provides simple ways to query and possibly load any of the modules
you have installed on your system during run-time.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Loaded-0.08-486.fc36.noarch
When testing applications, often you find yourself needing to provide
functionality in your test environment that would usually be provided by
external modules. Rather than munging the %INC by hand to mark these external
modules as loaded, so they are not attempted to be loaded by perl, this module
offers you a very simple way to mark modules as loaded and/or unloaded.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Metadata-1.000037-479.fc36.noarch
This module provides a standard way to gather metadata about a .pm file
without executing unsafe code.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Module-Runtime-0.016-14.fc36.noarch
The functions exported by this module deal with runtime handling of Perl
modules, which are normally handled at compile time.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Mozilla-CA-20211001-2.fc36.noarch
Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle of
certificate authority certificates in a form that can be consumed by modules
and libraries based on OpenSSL.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-NDBM_File-1.15-486.fc36.x86_64
NDBM_File establishes a connection between a Perl hash variable and a file in
ndbm format. You can manipulate the data in the file just as if it were in
a Perl hash, but when your program exits, the data will remain in the file, to
be used the next time your program runs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-NEXT-0.68-486.fc36.noarch
The NEXT module adds a pseudo-class named "NEXT" to any program that uses it.
If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched as
if the calling method had not originally been found.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-NTLM-1.09-31.fc36.noarch
This module provides methods to use NTLM authentication. It can be used
as an authenticate method with the Mail::IMAPClient module to perform
the challenge/response mechanism for NTLM connections or it can be used
on its own for NTLM authentication with other protocols (eg. HTTP).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Net-1.02-486.fc36.noarch
This package provide object-oriented interface to Perl built-in gethost*(),
getnet*(), getproto*(), and getserv*() functions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36