-
perl-DBD-Pg-3.8.0-1.lbn25.x86_64
DBD::Pg is a Perl module that works with the DBI module to provide access
to PostgreSQL databases.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-DBI-1.642-2.lbn25.x86_64
DBI is a database access Application Programming Interface (API) for
the Perl Language. The DBI API Specification defines a set of
functions, variables and conventions that provide a consistent
database interface independent of the actual database being used.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-DBI-Coro-1.642-2.lbn25.x86_64
This is an experimental asynchronous DBD::Gofer stream transport for DBI
implemented on top of Coro. The BIG WIN from using Coro is that it enables
the use of existing DBI frameworks like DBIx::Class.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-DB_File-1.852-1.lbn25.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 25
-
perl-Data-Dumper-2.174-1.lbn25.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 25
-
perl-Data-OptList-0.110-9.lbn25.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 25
-
perl-Data-Perl-0.002009-14.lbn25.noarch
Data::Perl is a collection of classes that wrap fundamental data types
that exist in Perl. These classes and methods as they exist today are an
attempt to mirror functionality provided by Moose's Native Traits. One
important thing to note is all classes currently do no validation on
constructor input.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Data-Section-0.200007-6.lbn25.noarch
Data::Section provides an easy way to access multiple named chunks of
line-oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Date-Calc-6.4-12.lbn25.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 25
-
perl-Devel-Caller-2.06-18.lbn25.x86_64
Devel::Caller - Meatier versions of caller.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25