You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Devel-LexAlias-0.05-5.lbn19.x86_64
Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.
RPMPackage perl-Devel-Leak-0.03-21.lbn19.armv6hl
This module provides a basic way to discover if a piece of perl code is allocating perl data and not releasing them again.
RPMPackage perl-Devel-Leak-0.03-21.fc19.x86_64
This module provides a basic way to discover if a piece of perl code is allocating perl data and not releasing them again.
RPMPackage perl-Devel-Hide-0.0009-1.fc19.noarch
Given a list of Perl modules/filenames, this module makes require and use statements fail (no matter the specified files/modules are installed or not).
RPMPackage perl-Devel-GlobalDestruction-0.11-1.fc19.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-FindRef-1.42-19.fc19.x86_64
Tracking down reference problems (e.g. you expect some object to be destroyed, but there are still references to it that keep it alive) can be very hard. Fortunately, perl keeps track of all its values, so tracking references "backwards" is usually possible.
RPMPackage perl-Devel-Declare-0.006011-4.fc19.x86_64
Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax.
RPMPackage perl-Devel-Cycle-1.11-13.fc19.noarch
This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks.
RPMPackage perl-Devel-CheckLib-0.98-5.fc19.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-4.lbn19.x86_64
Devel::Caller - Meatier versions of caller.
RPMPackage perl-Devel-CallChecker-0.005-4.fc19.x86_64
This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centered around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available. (It is possible to achieve the effect of cv_set_call_checker from XS code on much earlier Perl versions, but it is painful to achieve without the centralized facility.)