You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Class-MethodMaker-2.21-1.fc19.x86_64
Class::MethodMaker solves the problem of having to continually write accessor methods for your objects that perform standard tasks.
RPMPackage perl-Class-MethodMaker-2.18-7.fc19.armv6hl
Class::MethodMaker solves the problem of having to continually write accessor methods for your objects that perform standard tasks.
RPMPackage perl-Class-Method-Modifiers-2.03-1.fc19.noarch
Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls '$self->SUPER::foo(@_)'. I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad! 'Class::Method::Modifiers' provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the method they modify, but can not really affect that original method. 'around' is run in place of the original method, with a hook to easily call that original method. See the 'MODIFIERS' section for more details on how the particular modifiers work.
RPMPackage perl-Class-Load-XS-0.06-2.fc19.x86_64
This module provides an XS implementation for portions of Class::Load. See Class::Load for API details.
RPMPackage perl-Class-Load-XS-0.06-2.fc19.armv6hl
This module provides an XS implementation for portions of Class::Load. See Class::Load for API details.
RPMPackage perl-Class-Load-0.20-3.fc19.noarch
require EXPR only accepts Class/Name.pm style module names, not Class::Name. How frustrating! For that, we provide load_class 'Class::Name'. It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide try_load_class 'Class::Name'. Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'.
RPMPackage perl-Class-Inspector-1.28-2.lbn19.noarch
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
RPMPackage perl-Class-ISA-0.36-1010.lbn19.noarch
This library provides functions that return the list (in order) of names of (super-)classes Perl would search to find a method, with no duplicates.
RPMPackage perl-Class-Factory-Util-1.7-15.fc19.noarch
This module exports utility functions that are useful for factory classes.
RPMPackage perl-Class-ErrorHandler-0.01-17.fc19.noarch
This is Class::ErrorHandler, a base class for classes that need to do error handling (which is, probably, most of them).
RPMPackage perl-Class-Accessor-0.34-12.fc19.noarch
This module automagically generates accessors/mutators for your class.
RPMPackage perl-Catalyst-Component-InstancePerContext-0.001001-12.fc19.noarch
Return a new instance a component on each request.
RPMPackage perl-Carp-Clan-6.04-10.fc19.noarch
This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the "clan" of modules which shall never be blamed for any error.
RPMPackage perl-Carp-1.26-243.fc19.noarch
The Carp routines are useful in your own modules because they act like die() or warn(), but with a message which is more likely to be useful to a user of your module. In the case of cluck, confess, and longmess that context is a summary of every call in the call-stack. For a shorter message you can use carp or croak which report the error as being from where your module was called. There is no guarantee that that is where the error was, but it is a good educated guess.
RPMPackage perl-Capture-Tiny-0.24-1.fc19.noarch
Capture::Tiny provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original handles. Yes, it even works on Windows. Stop guessing which of a dozen capturing modules to use in any particular situation and just use this one.
RPMPackage perl-Cache-Memcached-1.30-4.fc19.noarch
Cache::Memcached - client library for memcached (memory cache daemon)
RPMPackage perl-Cache-Cache-1.06-12.fc19.noarch
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the filesystem or shared memory.
RPMPackage perl-CPANPLUS-0.91.38-1.fc19.noarch
The CPANPLUS library is an API to the CPAN mirrors and a collection of interactive shells, command line programs, etc., that use this API.
RPMPackage perl-CPAN-Meta-YAML-0.014-1.lbn19.noarch
This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task.
RPMPackage perl-CPAN-Meta-Requirements-2.122-7.fc19.noarch
A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation.