You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Params-Validate-1.07-2.fc19.armv6hl
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.
RPMPackage perl-Params-Util-1.07-5.lbn19.x86_64
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Util-1.07-5.fc19.armv6hl
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Coerce-0.14-15.fc19.noarch
A big part of good API design is that we should be able to be flexible in the ways that we take parameters. Params::Coerce attempts to encourage this, by making it easier to take a variety of different arguments, while adding negligible additional complexity to your code.
RPMPackage perl-Params-Check-0.38-1.fc19.noarch
This is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named.
RPMPackage perl-Panotools-Script-0.28-2.lbn19.noarch
Library and utilities for manipulating project files created by the Hugin photo stitching software.
RPMPackage perl-PadWalker-1.96-2.fc19.armv6hl
PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call.
RPMPackage perl-PadWalker-1.96-2.fc19.x86_64
PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call.
RPMPackage perl-Package-Stash-XS-0.26-2.fc19.armv6hl
This is a back-end for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.
RPMPackage perl-Package-Stash-XS-0.26-2.fc19.x86_64
This is a back-end for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.
RPMPackage perl-Package-Stash-0.34-2.fc19.noarch
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.
RPMPackage perl-Package-Generator-0.103-15.fc19.noarch
This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.
RPMPackage perl-Package-DeprecationManager-0.13-7.fc19.noarch
This module allows you to manage a set of deprecations for one or more modules. When you import Package::DeprecationManager, you must provide a set of -deprecations as a hash ref. The keys are "feature" names, and the values are the version when that feature was deprecated.
RPMPackage perl-Package-Constants-0.02-266.fc19.noarch
Package::Constants lists all the constants defined in a certain package. This can be useful for, among others, setting up an autogenerated @EXPORT/@EXPORT_OK for a Constants.pm file.
RPMPackage perl-Package-Anon-0.05-3.fc19.x86_64
This module allows for anonymous packages that are independent of the main namespace and only available through an object instance, not by name.
RPMPackage perl-Package-Anon-0.05-3.fc19.armv6hl
This module allows for anonymous packages that are independent of the main namespace and only available through an object instance, not by name.
RPMPackage perl-PPIx-Regexp-0.036-1.fc19.noarch
The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. This class forms the root of the parse tree, playing a role similar to PPI::Document.
RPMPackage perl-PPI-1.215-10.fc19.noarch
Parse, analyze and manipulate Perl (without perl).
RPMPackage perl-POE-1.354-5.fc19.noarch
POE is a framework for cooperative, event driven multitasking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose multitasking and networking framework, encompassing and providing a consistent interface to other event loops such as Event and the Tk and Gtk toolkits. POE is written in layers, each building upon the previous. It's therefore possible to use POE at varying levels of abstraction.
RPMPackage perl-PHP-Serialization-0.34-7.fc19.noarch
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa.