You are here: Home

Modified items

All recently modified items, latest first.
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.)
RPMPackage perl-Declare-Constraints-Simple-0.03-18.fc19.noarch
The main purpose of this module is to provide an easy way to build a profile to validate a data structure. It does this by giving you a set of declarative keywords in the importing namespace.
RPMPackage perl-DateTime-Tiny-1.04-3.fc19.noarch
DateTime::Tiny implements an extremely lightweight object that represents a datetime.
RPMPackage perl-DateTime-TimeZone-1.58-1.fc19.noarch
This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period.
RPMPackage perl-DateTime-Locale-0.45-6.fc19.noarch
DateTime::Locale is primarily a factory for the various locale sub-classes. It also provides some functions for getting information on all the available locales.
RPMPackage perl-DateTime-Format-Strptime-1.5400-1.fc19.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-MySQL-0.04-18.fc19.noarch
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
RPMPackage perl-DateTime-Format-Mail-0.3001-17.fc19.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.08-4.fc19.noarch
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release.
RPMPackage perl-DateTime-Format-IBeat-0.161-17.lbn19.noarch
No Time Zones, No Geographical Borders How long is a Swatch .beat? In short, we have divided up the virtual and real day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 seconds. That means that 12 noon in the old time system is the equivalent of 500 Swatch .beats.