You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Text-Diff-Parser-0.1001-35.fc36.noarch
Text::Diff::Parser parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used.
RPMPackage perl-Text-Diff-HTML-0.08-11.fc36.noarch
This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the diff() function, see the Text::Diff documentation.
RPMPackage perl-Text-Diff-1.45-14.fc36.noarch
Text::Diff provides a basic set of services akin to the GNU diff utility. It is not anywhere near as feature complete as GNU diff, but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a system's diff executable for small files, and generally slower on larger files.
RPMPackage perl-Text-CSV-2.01-3.fc36.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-BibTeX-0.88-10.fc36.x86_64
The Text::BibTeX module processes BibTeX data. It includes object-oriented interfaces to both BibTeX database files and individual bibliographic entries, as well as other miscellaneous functions.
RPMPackage perl-Text-Balanced-2.04-479.fc36.noarch
These Perl subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string.
RPMPackage perl-Text-Aspell-0.09-43.fc36.x86_64
This module provides a Perl interface to the GNU Aspell library. This module is to meet the need of looking up many words, one at a time, in a single session, such as spell-checking a document in memory.
RPMPackage perl-Text-Abbrev-1.02-486.fc36.noarch
It stores all unambiguous truncations of each element of a list as keys in an associative array. The values are the original list elements.
RPMPackage perl-Test-Smoke-tests-1.79-1.fc36.noarch
Tests from perl-Test-Smoke. Execute them with "/usr/libexec/perl-Test-Smoke/test".
RPMPackage perl-Test-Smoke-1.79-1.fc36.noarch
The perl core test smoke suite is a set of scripts and modules that try to run the perl core tests on as many configurations as possible and combine the results into an easy to read report.
RPMPackage perl-Test-Harness-tests-3.44-1.fc36.noarch
Tests from perl-Test-Harness. Execute them with "/usr/libexec/perl-Test-Harness/test".
RPMPackage perl-Test-Harness-3.44-1.fc36.noarch
This package allows tests to be run and results automatically aggregated and output to STDOUT. Although, for historical reasons, the Test-Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead.
RPMPackage perl-Test-Exports-1-1.fc36.noarch
This module provides simple test functions for testing other modules' import methods. Testing is currently limited to checking which subs have been imported.
RPMPackage perl-Test-Compile-3.1.0-1.fc36.noarch
Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.
RPMPackage perl-Test-Carp-0.2-25.fc36.noarch
Call given code (with given arguments) and tests whether the given Carp function (or their imported versions) are called (with a given value) or not.
RPMPackage perl-Test-Base-0.89-13.fc36.noarch
Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial. Test::Base gives you a way to write your own test framework base class that *is* trivial.
RPMPackage perl-Test-1.31-486.fc36.noarch
The Test Perl module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see.
RPMPackage perl-TermReadKey-2.38-12.fc36.x86_64
Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working.
RPMPackage perl-Term-ReadLine-1.17-486.fc36.noarch
This package is just a front end to some other packages. It's a stub to set up a common interface to the various read-line implementations found on CPAN (under the "Term::ReadLine::*" name space).
RPMPackage perl-Term-Complete-1.403-486.fc36.noarch
"Complete" routine provides word completion on a list of words in the array.