You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Text-Context-3.7-9.fc19.noarch
Given a piece of text and some search terms, produces an object which locates the search terms in the message, extracts a reasonable-length string containing all the search terms, and optionally dumps the string out as HTML text with the search terms highlighted in bold.
RPMPackage perl-Text-CharWidth-0.04-17.fc19.armv6hl
This is a module to provide equivalent feature as wcwidth(3) and wcswidth(3). This also provides mblen(3) equivalent subroutine.
RPMPackage perl-Text-CharWidth-0.04-17.fc19.x86_64
This is a module to provide equivalent feature as wcwidth(3) and wcswidth(3). This also provides mblen(3) equivalent subroutine.
RPMPackage perl-Text-CSV_XS-1.05-1.fc19.x86_64
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
RPMPackage perl-Text-CSV_XS-1.00-1.fc19.armv6hl
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.
RPMPackage perl-Text-CSV-1.30-1.fc19.noarch
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. The module accepts either strings or files as input and can utilize any user-specified characters as delimiters, separators, and escapes so it is perhaps better called ASV (anything separated values) rather than just CSV.
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-Test-use-ok-0.11-2.fc19.noarch
According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. However, people often either forget to add "BEGIN", or mistakenly group "use_ok" with other tests in a single "BEGIN" block, which can create subtle differences in execution order. With this module, simply change all "use_ok" in test scripts to "use ok", and they will be executed at "BEGIN" time. The explicit space after "use" makes it clear that this is a single compile-time action.
RPMPackage perl-Test-YAML-Valid-0.04-10.fc19.noarch
Lets you test the validity of YAML files inside your (Test::Builder-based) unit tests.
RPMPackage perl-Test-Without-Module-0.17-12.lbn19.noarch
This module allows you to deliberately hide modules from a program even though they are installed. This is mostly useful for testing modules that have a fallback when a certain dependency module is not installed.
RPMPackage perl-Test-Warnings-0.021-1.lbn19.noarch
If you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of done_testing to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated before the warnings test is run, resulting in a TAP error (see examples/test_nowarnings.pl in this distribution for a demonstration). This module is intended to be used as a drop-in replacement for Test::NoWarnings: it also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work. It is actually equivalent to: use Test::NoWarnings 1.04 ':early'; as warnings are still printed normally as they occur. You are safe, and enthusiastically encouraged, to perform a global search-replace of the above with use Test::Warnings; whether or not your tests have a plan.
RPMPackage perl-Role-Tiny-1.003003-1.fc19.noarch
Role::Tiny is a minimalist role composition tool.
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-Regexp-Common-2013031301-1.fc19.noarch
Regexp::Common - Provide commonly requested regular expressions
RPMPackage perl-Regexp-Assemble-0.35-6.lbn19.noarch
Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match.
RPMPackage perl-Redis-1.974-1.fc19.noarch
Pure perl bindings for http://redis.io/
RPMPackage perl-Reaper-1.00-8.fc19.noarch
perl has an annoying little problem with child processes -- well, it is not actually a problem specific to perl, but it is somewhat more difficult with perl: reaping child processes after they exit so they don't hang around as zombies forever, and doing it in a way that accurately captures the exit code of the child.
RPMPackage perl-Readonly-XS-1.05-14.fc19.x86_64
Readonly::XS is a companion module for Readonly, to speed up read-only scalar variables.
RPMPackage perl-Readonly-XS-1.05-14.fc19.armv6hl
Readonly::XS is a companion module for Readonly, to speed up read-only scalar variables.