-
perl-Module-CoreList-5.20190420-1.lbn25.noarch
Module::CoreList provides information on which core and dual-life modules
are shipped with each version of perl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-CoreList-tools-5.20190420-1.lbn25.noarch
This package provides a corelist(1) tool which can be used to query what
modules were shipped with given perl version.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-Implementation-0.09-19.lbn25.noarch
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.
This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-Install-1.19-7.lbn25.noarch
Module::Install is a package for writing installers for CPAN (or CPAN-like)
distributions that are clean, simple, minimalist, act in a strictly correct
manner with ExtUtils::MakeMaker, and will run on any Perl installation
version 5.005 or newer.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-Load-0.34-1.lbn25.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 25
-
perl-Module-Load-Conditional-0.68-418.lbn25.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 25
-
perl-Module-Loaded-0.08-436.lbn25.1.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 25
-
perl-Module-Metadata-1.000036-1.lbn25.noarch
This module provides a standard way to gather metadata about a .pm file
without executing unsafe code.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-Runtime-0.016-5.lbn25.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 25
-
perl-Module-ScanDeps-1.21-3.fc25.noarch
This module scans potential modules used by perl programs and returns a
hash reference. Its keys are the module names as they appear in %INC (e.g.
Test/More.pm). The values are hash references.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25