-
perl-Encode-tests-3.17-485.fc36.x86_64
Tests from perl-Encode. Execute them
with "/usr/libexec/perl-Encode/test".
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-English-1.11-486.fc36.noarch
This module provides aliases for the built-in variables whose names no one
seems to like to read.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Env-1.05-479.fc36.noarch
Perl maintains environment variables in a special hash named %ENV. For when
this access method is inconvenient, the Perl module Env allows environment
variables to be treated as scalar or array variables.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Errno-1.33-486.fc36.x86_64
"Errno" defines and conditionally exports all the error constants defined in
your system "errno.h" include file. It has a single export tag, ":POSIX",
which will export all POSIX defined error numbers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Error-0.17029-8.fc36.noarch
The Error package provides two interfaces. Firstly Error provides a
procedural interface to exception handling. Secondly Error is a base class
for errors/exceptions that can either be thrown, for subsequent catch, or
can simply be recorded.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Eval-Closure-0.14-17.fc36.noarch
String eval is often used for dynamic code generation. For instance, Moose uses
it heavily, to generate inlined versions of accessors and constructors, which
speeds code up at runtime by a significant amount. String eval is not without
its issues however - it's difficult to control the scope it's used in (which
determines which variables are in scope inside the eval), and it can be quite
slow, especially if doing a large number of evals.
This module attempts to solve both of those problems. It provides an
eval_closure function, which evals a string in a clean environment, other than
a fixed list of specified variables. It also caches the result of the eval, so
that doing repeated evals of the same source, even with a different
environment, will be much faster (but note that the description is part of the
string to be evaled, so it must also be the same (or non-existent) if caching
is to work properly).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Exception-Class-1.45-4.fc36.noarch
Exception::Class allows you to declare exception hierarchies in your
modules in a "Java-esque" manner.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Exporter-5.76-480.fc36.noarch
The Exporter module implements an import method which allows a module to
export functions and variables to its users' name spaces. Many modules use
Exporter rather than implementing their own import method because Exporter
provides a highly flexible interface, with an implementation optimized for
the common case.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Exporter-Tiny-1.006000-1.fc36.noarch
Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the -as, -prefix and -suffix
options; explicit destinations with the into option; and alternative
installers with the installer option. But it's written in only about 40%
as many lines of code and with zero non-core dependencies.
Its internal-facing interface is closer to Exporter.pm, with configuration
done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables.
Exporter::Tiny performs most of its internal duties (including resolution of
tag names to sub names, resolution of sub names to coderefs, and installation
of coderefs into the target package) as method calls, which means they can be
overridden to provide interesting behavior.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-ExtUtils-AutoInstall-0.64-18.fc36.noarch
ExtUtils::AutoInstall lets module writers specify a more sophisticated
form of dependency information than the PREREQ_PM option offered by
ExtUtils::MakeMaker.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36