You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Bit-Vector-7.2-5.fc19.armv6hl
Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The library is efficient (in terms of algorithmical complexity) and therefore fast (in terms of execution speed) for instance through the widespread use of divide-and-conquer algorithms.
RPMPackage perl-BSD-Resource-1.29.04-14.fc19.x86_64
A module providing an interface for testing and setting process limits and priorities.
RPMPackage perl-BSD-Resource-1.29.04-14.fc19.armv6hl
A module providing an interface for testing and setting process limits and priorities.
RPMPackage perl-BDB-1.90-4.lbn19.armv6hl
Asynchronous Berkeley DB access.
RPMPackage perl-BDB-1.90-4.fc19.x86_64
Asynchronous Berkeley DB access.
RPMPackage perl-B-Lint-1.17-2.fc19.noarch
The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs.
RPMPackage perl-B-Hooks-OP-Check-0.19-6.fc19.x86_64
This module provides a C API for XS modules to hook into the callbacks of 'PL_check'.
RPMPackage perl-B-Hooks-EndOfScope-0.12-2.fc19.noarch
This module allows you to execute code when Perl has finished compiling the surrounding scope.
RPMPackage perl-B-Compiling-0.02-9.fc19.x86_64
This module exposes the perl interpreter's PL_compiling variable to perl.
RPMPackage perl-Authen-SCRAM-0.005-1.lbn19.noarch
These Perl modules implement the Salted Challenge Response Authentication Mechanism (SCRAM) from RFC 5802.
RPMPackage perl-Authen-SASL-SASLprep-1.01.1-1.lbn19.noarch
This Perl module implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm.
RPMPackage perl-Authen-SASL-2.15-9.fc19.noarch
SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share.
RPMPackage perl-Authen-Captcha-1.024-1.fc19.noarch
Authen::Captcha provides an object oriented interface to captcha file creations. Captcha stands for Completely Automated Public Turning test to tell Computers and Humans Apart.
RPMPackage perl-AuthCourier-4.0.6-2.lbn19.noarch
Make SpamAssassin use Courier user authentication
RPMPackage perl-Async-MergePoint-0.03-10.fc19.noarch
Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchonous code, the usual approach is to do them sequentially.
RPMPackage perl-Astro-SunTime-0.01-8.1.noarch
Astro::SunTime Perl module
RPMPackage perl-Array-Diff-0.07-11.fc19.noarch
This module compares two arrays and returns the added or deleted elements in two separate arrays. It's a simple wrapper around Algorithm::Diff. If you need more complex array tools, check Array::Compare.
RPMPackage perl-Archive-Zip-1.30-11.fc19.noarch
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings.
RPMPackage perl-Archive-Tar-1.90-3.lbn19.noarch
Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the IO::Zlib module installed, Archive::Tar will also support compressed or gzipped tar files.
RPMPackage perl-Archive-Extract-0.72-1.fc19.noarch
Archive::Extract is a generic archive extraction mechanism. It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz, or .lzma without having to worry how it does so, or use different interfaces for each type by using either perl modules, or command-line tools on your system.