You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Compress-Raw-Bzip2-2.048-239.lbn13.x86_64
This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2.
RPMPackage perl-Clone-0.34-2.lbn13.x86_64
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
RPMPackage perl-Clone-0.31-11.fc18.armv6hl
This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
RPMPackage perl-Class-Trigger-0.13-2.lbn13.noarch
Mixin to add / call inheritable triggers.
RPMPackage perl-Class-Singleton-1.4-6.lbn13.noarch
This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
RPMPackage perl-Class-MethodMaker-2.20-1.lbn13.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-6.fc18.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-1.05-1.lbn13.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-MOP-0.98-2.lbn13.x86_64
This module is a fully functioning meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection. That said, it does attempt to create the tools for building a rich set of extensions to the Perl 5 object system. Every attempt has been made for these tools to keep to the spirit of the Perl 5 object system that we all know and love.
RPMPackage perl-Class-Load-0.06-3.lbn13.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-ISA-0.36-1010.lbn13.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-6.lbn13.noarch
This module exports utility functions that are useful for factory classes.
RPMPackage perl-Class-Data-Inheritable-0.08-4.lbn13.noarch
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden.
RPMPackage perl-Class-C3-XS-0.13-10.fc18.armv6hl
This contains XS performance enhancers for Class::C3 version 0.16 and higher. The main Class::C3 package will use this package automatically if it can find it. Do not use this package directly, use Class::C3 instead.
RPMPackage perl-Class-C3-XS-0.13-2.lbn13.x86_64
This contains XS performance enhancers for Class::C3 version 0.16 and higher. The main Class::C3 package will use this package automatically if it can find it. Do not use this package directly, use Class::C3 instead.
RPMPackage perl-Class-C3-0.22-1.lbn13.noarch
This is a pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order.
RPMPackage perl-Class-Accessor-0.34-2.lbn13.noarch
Automated accessor generation.
RPMPackage perl-Carp-Clan-6.04-1.lbn13.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-239.lbn13.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-Cairo-1.090-3.fc18.1302141738kf.armv6hl
Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including the X Window Systems, PDF, and PNG. Cairo produces identical output on all those targets and makes use of hardware acceleration wherever possible.