You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Data-Section-0.101621-5.fc19.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.
RPMPackage perl-Data-OptList-0.107-9.fc19.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.
RPMPackage perl-Data-Dumper-Concise-2.020-6.fc19.noarch
This module always exports a single function, Dumper, which can be called with an array of values to dump those values or with no arguments to return the Data::Dumper object it has created. It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications.
RPMPackage perl-Data-Dumper-2.151-1.lbn19.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.
RPMPackage perl-Data-Dumper-2.145-1.fc19.armv6hl
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.
RPMPackage perl-Data-Dump-1.21-4.fc19.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.
RPMPackage perl-Data-Compare-1.22-6.fc19.noarch
This module compares arbitrary data structures to see if they are copies of each other.
RPMPackage perl-Data-Alias-1.16-4.fc19.x86_64
Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same.
RPMPackage perl-DBM-Deep-2.0008-4.fc19.noarch
A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.
RPMPackage perl-DBIx-Simple-1.35-7.fc19.noarch
DBIx::Simple provides a simplified interface to DBI, Perl's powerful database module.
RPMPackage perl-DBIx-ContextualFetch-1.03-19.fc19.noarch
Add contextual fetches to DBI.
RPMPackage perl-DBI-1.623-2.fc19.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.
RPMPackage perl-DBI-1.623-2.fc19.armv6hl
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.
RPMPackage perl-DBD-Sybase-1.15-1.lbn19.x86_64
DBD::Sybase is a Perl module which works with the DBI module to provide access to Sybase databases.
RPMPackage perl-DBD-SQLite-1.37-5.fc19.x86_64
SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. This module provides a SQLite RDBMS module that uses the system SQLite libraries.
RPMPackage perl-DBD-SQLite-1.37-4.fc19.armv6hl
SQLite is a public domain RDBMS database engine that you can find at http://www.hwaci.com/sw/sqlite/. This module provides a SQLite RDBMS module that uses the system SQLite libraries.
RPMPackage perl-DBD-Pg-2.19.3-4.fc19.x86_64
DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases.
RPMPackage perl-DBD-Pg-2.19.3-3.fc19.armv6hl
DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases.
RPMPackage perl-DBD-MySQL-4.023-2.fc19.armv6hl
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system.
RPMPackage perl-DBD-MySQL-4.023-2.fc19.x86_64
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system.