You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Devel-PPPort-3.51-1.lbn25.x86_64
Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C name space environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit.
RPMPackage perl-Devel-OverloadInfo-0.005-5.lbn25.noarch
Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is.
RPMPackage perl-Devel-LexAlias-0.05-19.lbn25.x86_64
Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.
RPMPackage perl-Devel-Hide-0.0010-4.lbn25.noarch
Given a list of Perl modules/filenames, this module makes require and use statements fail (regardless of whether the specified files/modules are installed or not).
RPMPackage perl-Devel-GlobalDestruction-0.14-8.lbn25.noarch
Perl's global destruction is a little tricky to deal with with respect to finalizers because it's not ordered and objects can sometimes disappear. Writing defensive destructors is hard and annoying, and usually if global destruction is happening you only need the destructors that free up non process local resources to actually execute. For these constructors you can avoid the mess by simply bailing out if global destruction is in effect.
RPMPackage perl-Devel-CheckLib-1.13-4.lbn25.noarch
Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available.
RPMPackage perl-Devel-Caller-2.06-18.lbn25.x86_64
Devel::Caller - Meatier versions of caller.
RPMPackage 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).
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage perl-DBD-MySQL-4.050-2.lbn25.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.
RPMPackage perl-Compress-Raw-Zlib-2.086-1.lbn25.x86_64
The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library, which is used by IO::Compress::Zlib.
RPMPackage perl-Compress-Raw-Bzip2-2.086-1.lbn25.x86_64
This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2.
RPMPackage perl-Compress-Bzip2-2.26-10.lbn25.x86_64
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library. A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use the preferred IO::Compress::Bzip2 instead.