-
perl-Memoize-1.03-436.lbn25.1.noarch
Memoizing a function makes it faster by trading space for time. It does
this by caching the return values of the function in a table. If you call
the function again with the same arguments, memoize jumps in and gives
you the value out of the table, instead of letting the function compute
the value all over again.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Module-Build-0.42.29-4.lbn25.noarch
Module::Build is a system for building, testing, and installing Perl
modules. It is meant to be an alternative to ExtUtils::MakeMaker.
Developers may alter the behavior of the module through sub-classing in a
much more straightforward way than with MakeMaker. It also does not require
a make on your system - most of the Module::Build code is pure-perl and
written in a very cross-platform way. In fact, you don't even need a shell,
so even platforms like MacOS (traditional) can use it fairly easily. Its
only prerequisites are modules that are included with perl 5.6.0, and it
works fine on perl 5.005 if you can install a few additional modules.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
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