-
perl-DBM_Filter-0.06-486.fc36.noarch
This module provides an interface that allows filters to be applied to tied
hashes associated with DBM files.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-DB_File-1.857-1.fc36.x86_64
DB_File is a module which allows Perl programs to make use of the facilities
provided by Berkeley DB version 1.x (if you have a newer version of DB, you
will be limited to functionality provided by interface of version 1.x). The
interface defined here mirrors the Berkeley DB interface closely.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-DB_File-tests-1.857-1.fc36.x86_64
Tests from perl-DB_File. Execute them
with "/usr/libexec/perl-DB_File/test".
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Data-Compare-1.27-8.fc36.noarch
This module compares arbitrary data structures to see if they are copies
of each other.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Data-Dump-1.25-3.fc36.noarch
This module provides a single function called dump() that takes a list of
values as its argument and produces a string as its result. The string
contains Perl code that, when evaled, produces a deep copy of the original
arguments. The string is formatted for easy reading.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Data-Dumper-2.183-3.fc36.x86_64
Given a list of scalars or reference variables, writes out their contents
in perl syntax. The references can also be objects. The content of each
variable is output in a single Perl statement. Handles self-referential
structures correctly.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Data-OptList-0.112-3.fc36.noarch
Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs. Even then, this is really boring
to write:
$values = [
foo => undef,
bar => undef,
baz => undef,
xyz => { ... },
];
With Data::OptList, you can do this instead:
$values = Data::OptList::mkopt([
qw(foo bar baz),
xyz => { ... },
]);
This works by assuming that any defined scalar is a name and any reference
following a name is its value.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Data-Uniqid-0.12-27.fc36.noarch
Data::Uniqid provides three simple routines for generating unique ids.
These ids are coded with a Base62 system to make them short and handy (e.g.
to use it as part of a URL).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Date-Calc-6.4-21.fc36.noarch
The library provides all sorts of date calculations based on the
Gregorian calendar (the one used in all western countries today),
thereby complying with all relevant norms and standards: ISO/R
2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Date-ISO8601-0.005-14.fc36.noarch
The international standard ISO 8601 "Data elements and interchange formats
- Information interchange - Representation of dates and times" defines
three distinct calendars by which days can be labeled. It also defines
textual formats for the representation of dates in these calendars. This
module provides functions to convert dates between these three calendars
and Chronological Julian Day Numbers, which is a suitable format to do
arithmetic with. It also supplies functions that describe the shape of
these calendars, to assist in calendrical calculations. It also supplies
functions to represent dates textually in the ISO 8601 formats. ISO 8601
also covers time of day and time periods, but this module does nothing
relating to those parts of the standard; this is only about labeling days.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36