You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Text-Aligner-0.07-9.fc19.noarch
Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles. The alignment specification is the first argument, followed by any number of scalars which are subject to alignment.
RPMPackage perl-Role-Identifiable-0.005-6.fc19.noarch
This module provides several Moose roles for identifying things.
RPMPackage perl-Role-HasMessage-0.005-6.fc19.noarch
This is another extremely simple role. A class that includes Role::HasMessage is promising to provide a message method that returns a string summarizing the message or event represented by the object. It does not provide any actual behavior.
RPMPackage perl-REST-Client-271-2.lbn19.noarch
REST::Client provides a simple way to interact with HTTP RESTful resources.
RPMPackage perl-MouseX-Types-Path-Class-0.07-2.fc19.noarch
MouseX::Types::Path::Class creates common Mouse types, coercions and option specifications useful for dealing with Path::Class objects as Mouse attributes. Coercions (see Mouse::Util::TypeConstraints) are made from both Str and ArrayRef to both Path::Class::Dir and Path::Class::File objects. If you have MouseX::Getopt installed, the Getopt option type ("=s") will be added for both Path::Class::Dir and Path::Class::File.
RPMPackage perl-MouseX-Types-0.06-5.fc19.noarch
Organize your Mouse types; much as MooseX::Types does for your Moose types. For more information, please see the MooseX::Types manpage. This library was split off from Mouse as of Mouse 0.15.
RPMPackage perl-MouseX-NativeTraits-1.07-1.1.lbn19.noarch
While the Mouse manpage attributes provide a way to name your accessors, readers, writers, clearers and predicates, MouseX::NativeTraits provides commonly used attribute helper methods for more specific types of data. As seen in the the /SYNOPSIS manpage, you specify the data structure via the 'traits' parameter. These traits will be loaded automatically, so you need not load MouseX::NativeTraits explicitly. This extension is compatible with Moose native traits, although it is not a part of Mouse core.
RPMPackage perl-MouseX-Getopt-0.35-2.fc19.noarch
This is a Mouse role that provides an alternate constructor for creating objects using parameters passed in from the command line.
RPMPackage perl-Mouse-1.05-1.fc19.x86_64
Moose, a powerful metaobject-fueled extension of the Perl 5 object system, is wonderful. (For more information on Moose, please see 'perldoc Moose' after installing the perl-Moose package.) Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster.
RPMPackage perl-MooseX-Role-Parameterized-1.00-6.fc19.noarch
Roles are composable units of behavior. They are useful for factoring out functionality common to many classes from any part of your class hierarchy. (See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.) While combining roles affords you a great deal of flexibility, individual roles have very little in the way of configurability. Core Moose provides alias for renaming methods to avoid conflicts, and excludes for ignoring methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more about alias and excludes). Because roles serve many different masters, they usually provide only the least common denominator of functionality. To empower roles further, more configurability than alias and excludes is required. Perhaps your role needs to know which method to call when it is done. Or what default value to use for its url attribute. Parameterized roles offer exactly this solution.
RPMPackage perl-MongoDB-1.0.2-1.lbn19.x86_64
The perl database access module for MongoDB.
RPMPackage perl-JSON-2.53-8.fc19.noarch
This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.
RPMPackage perl-Gerrit-REST-0.011-1.lbn19.noarch
"Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system." This module is a thin wrapper around Gerrit's REST API, which is superseding it's old SSH API, for which there is another Perl module called Gerrit::Client.
RPMPackage perl-Data-Util-0.63-3.2.x86_64
This module provides utility functions for data and data types, including functions for subroutines and symbol table hashes (stashes). The implementation of this module is both Pure Perl and XS, so if you have a C compiler, all the functions this module provides are really faster. There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
RPMPackage perl-Crypt-SSLeay-0.64-4.fc19.x86_64
This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests. Please see perldoc LWP for more information on POST requests. The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work.
RPMPackage perl-Config-GitLike-1.10-2.fc19.noarch
This module handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create entirely new ones.
RPMPackage perl-AuthCourier-4.0.4-2.lbn19.noarch
Make SpamAssassin use Courier user authentication
RPMPackage perl-App-Sqitch-pg-0.973-2.2.lbn19.noarch
Sqitch provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git. This package bundles the Sqitch PostgreSQL support.
RPMPackage perl-App-Sqitch-0.973-2.1.lbn19.noarch
This application, `sqitch`, provides a simple yet robust interface for database change management. The philosophy and functionality is inspired by Git.
RPMPackage perl-App-GitGerrit-0.021-1.lbn19.noarch
SYNOPSIS git gerrit new [--update] TOPIC [BRANCH] git gerrit push [--keep] [--force] [--[no]rebase] [--draft] [--submit] \ [--base BASE] [--topic TOPIC] [--reviewer USER] [--cc USER] git gerrit query [--limit LIMIT] [--verbose] [[NAME=]QUERY]* git gerrit my [--limit LIMIT] [--verbose] [changes|drafts|watched|starred] git gerrit show CHANGE* git gerrit fetch CHANGE* git gerrit checkout CHANGE* git gerrit upstream [--keep] git gerrit cherry-pick [--edit] [--no-commit] CHANGE* git gerrit reviewer [--add USERS] [--confirm] [--delete USERS] CHANGE* git gerrit review [--message TEXT] [--keep] [[LABEL]=VOTE]* CHANGE* git gerrit abandon [--message TEXT] [--keep] CHANGE* git gerrit restore [--message TEXT] CHANGE* git gerrit revert [--message TEXT] CHANGE* git gerrit submit [--no-wait-for-merge] [--keep] CHANGE* git gerrit web [OPTIONS --] CHANGE* git gerrit config git gerrit version DESCRIPTION Git-gerrit is a Git extension to manage changes using Gerrit Code Review. Git-gerrit offers a rich set of sub-commands to make it easy to create, query, amend, review, and submit changes to Gerrit, making it possible to interact with it through the command-line, avoiding its web interface most of the time and improving your efficiency. The goal is to make Gerrit's review process feel like a natural extension of Git. Git-gerrit provides three main features: An easy and safe way to push changes to Gerrit through the git gerrit push sub-command, avoiding the need to type remote names and long refspecs. A standard way to map Gerrit changes into local branches, referred to as "change-branches", making it easier to manage several changes simultaneously and to perform the fetch-amend-push review cycle. Several sub-commands to query and inspect Gerrit changes and also to review and submit them. Git-gerrit is implemented on top of Gerrit's REST API, which was consolidated in its version 2.6. As this API matures, expect git-gerrit to incorporate new functionality.