You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Digest-MD5-2.51-239.lbn13.armv6hl
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.
RPMPackage perl-Digest-HMAC-1.03-5.lbn13.noarch
HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104. HMAC follow the common Digest:: interface, but the constructor takes the secret key and the name of some other simple Digest:: as argument.
RPMPackage perl-Digest-BubbleBabble-0.01-11.lbn13.noarch
Digest::BubbleBabble takes a message digest (generated by either of the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of that digest in "bubble babble" format. Bubble babble is a method of representing a message digest as a string of "real" words, to make the fingerprint easier to remember. The "words" are not necessarily real words, but they look more like words than a string of hex characters. Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key fingerprints. The key (a DSA or RSA key) is converted into a textual form, digested using Digest::SHA1, and run through bubblebabble to create the key fingerprint.
RPMPackage perl-Digest-1.17-239.lbn13.noarch
The Digest:: modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply a sequence of arbitrary bytes or bits.
RPMPackage perl-Devel-Symdump-2.08-2.lbn13.noarch
The perl module Devel::Symdump provides a convenient way to inspect perl's symbol table and the class hierarchy within a running program.
RPMPackage perl-Devel-StackTrace-1.26-1.lbn13.noarch
The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data. The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects, one for each level of the stack. The frames contain all the data available from caller() as of Perl 5.6.0.
RPMPackage perl-Devel-GlobalDestruction-0.02-8.lbn13.x86_64
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 happenning 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-Cover-0.89-5.fc18.armv6hl
This module provides code coverage metrics for Perl.
RPMPackage perl-Devel-Cover-0.65-1.lbn13.x86_64
This module provides code coverage metrics for Perl.
RPMPackage perl-DateTime-Format-W3CDTF-0.05-1.lbn13.noarch
This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0.
RPMPackage perl-DateTime-Format-Strptime-1.1000-1.lbn13.noarch
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
RPMPackage perl-DateTime-Format-Mail-0.3001-6.lbn13.noarch
RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. RFC2822 (April 2001) introduces a slightly different format of date than that used by RFC822 (August 1982). The main correction is that the preferred format is more limited, and thus easier to parse programmatically. Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822 people still get it wrong. This module aims to correct that.
RPMPackage perl-DateTime-Format-ISO8601-0.07-1.lbn13.noarch
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release.
RPMPackage perl-DateTime-Format-DateParse-0.04-5.lbn13.noarch
This module is a DateTime compatibility wrapper around Date::Parse; it allows one to easily parse formats Date::Parse recognises for DateTime.