You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-DynaLoader-Functions-0.001-6.fc19.noarch
This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindful of the space of platform variations.
RPMPackage perl-Dist-CheckConflicts-0.02-8.fc19.noarch
One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing. For instance, say you have a module Foo, and some other module Bar uses Foo. If Foo were to change its API in a non-backwards-compatible way, this would cause Bar to break until it is updated to use the new API. Foo can't just depend on the fixed version of Bar, because this will cause a circular dependency (because Bar is already depending on Foo), and this doesn't express intent properly anyway - Foo doesn't use Bar at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.
RPMPackage perl-Directory-Scratch-Structured-0.04-13.fc19.noarch
This module adds a _create_structured_tree_ subroutine to Directory::Scratch. This method is useful to create a directory structure needed for temporary purposes, e.g. for testing.
RPMPackage perl-Digest-SHA1-2.13-8.fc19.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-SHA1-2.13-8.fc19.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-SHA-5.85-2.fc19.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, 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.85-1.fc19.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-MD5-2.54-2.lbn19.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-266.fc19.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.fc19.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-CRC-0.18-5.fc19.x86_64
The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.
RPMPackage perl-Digest-BubbleBabble-0.02-6.fc19.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-244.fc19.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-Device-SerialPort-1.04-15.fc19.armv6hl
This module provides an object-based user interface essentially identical to the one provided by the Win32::SerialPort module.
RPMPackage perl-Device-SerialPort-1.04-15.fc19.x86_64
This module provides an object-based user interface essentially identical to the one provided by the Win32::SerialPort module.
RPMPackage perl-Device-BCM2835-1.7-2.rpfr18.armv6hl
Provides access to GPIO and other IO functions on the Broadcom BCM 2835 chip as used on Raspberry Pi (RPi) http://www.raspberrypi.org Allows access to the GPIO pins on the 26 pin IDE plug on the RPi board so you can control and interface with various external devices. It provides functions for reading digital inputs and setting digital outputs. Pin event detection is supported by polling (interrupts not supported).
RPMPackage perl-Devel-Symdump-2.10-1.fc19.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.31-1.lbn19.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-Refcount-0.09-4.fc19.x86_64
This module provides a single function which obtains the reference count of the object being pointed to by the passed reference value.
RPMPackage perl-Devel-PartialDump-0.15-8.fc19.noarch
This module is a data dumper optimized for logging of arbitrary parameters.