You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-ExtUtils-MakeMaker-6.55-121.lbn13.x86_64
Create a module Makefile.
RPMPackage perl-ExtUtils-Install-1.58-239.lbn13.noarch
Handles the installing and uninstalling of perl modules, scripts, man pages, etc.
RPMPackage perl-ExtUtils-Embed-1.30-239.lbn13.noarch
Utilities for embedding Perl in C/C++ applications.
RPMPackage perl-ExtUtils-Embed-1.28-121.lbn13.x86_64
Utilities for embedding Perl in C/C++ applications.
RPMPackage perl-ExtUtils-Depends-0.302-2.lbn13.noarch
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
RPMPackage perl-ExtUtils-CBuilder-0.27-123.fc13.x86_64
This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well.
RPMPackage perl-Exception-Class-1.29-2.lbn13.noarch
Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner.
RPMPackage perl-Event-Lib-1.03-20.lbn13.x86_64
This module is a Perl wrapper around libevent(3) as available from http://monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received.
RPMPackage perl-Event-1.21-2.lbn13.x86_64
The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute.
RPMPackage perl-Error-0.17016-1.lbn13.noarch
The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.
RPMPackage perl-Encode-Locale-1.03-5.lbn13.noarch
In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world is still byte based. Programs therefore needs to decode byte strings that enter the program from the outside and encode them again on the way out.
RPMPackage perl-Encode-Detect-1.01-11.lbn13.x86_64
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.
RPMPackage perl-Encode-Detect-1.01-10.fc18.armv6hl
This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset.
RPMPackage perl-Email-Date-Format-1.002-5.lbn13.noarch
This module can be used to emit RFC 2822 style date strings.
RPMPackage perl-EV-4.11-2.lbn13.x86_64
This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the included documentation is comprehensive, one might also consult the documentation of libev itself (<http://cvs.schmorp.de/libev/ev.html>) for more subtle details on watcher semantics or some discussion on the available backends, or how to force a specific backend with "LIBEV_FLAGS", or just about in any case because it has much more detailed information.
RPMPackage perl-Digest-SHA1-2.13-6.fc18.armv6hl
The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. The Digest::SHA1 module provide a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly. A binary digest will be 20 bytes long. A hex digest will be 40 characters long. A base64 digest will be 27 characters long.
RPMPackage perl-Digest-SHA1-2.12-2.lbn13.x86_64
The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. The Digest::SHA1 module provide a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly. A binary digest will be 20 bytes long. A hex digest will be 40 characters long. A base64 digest will be 27 characters long.
RPMPackage perl-Digest-SHA-5.72-1.fc18.armv6hl
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests. The module can handle all types of input, including partial-byte data.
RPMPackage perl-Digest-SHA-5.71-239.lbn13.x86_64
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data.
RPMPackage perl-Digest-MD5-2.51-239.lbn13.x86_64
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input.