You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch
Text::Tabs performs the same job that the UNIX expand(1) and unexpand(1) commands do: adding or removing tabs from a document. Text::Wrap::wrap() will reformat lines into paragraphs. All it does is break up long lines, it will not join short lines together.
RPMPackage perl-Text-Soundex-3.05-21.fc36.x86_64
Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. This module implements the original soundex algorithm developed by Robert Russell and Margaret Odell, as well as a variation called "American Soundex".
RPMPackage perl-Text-Roman-3.5-21.fc36.noarch
This package supports both conventional Roman algorisms (which range from 1 to 3999) and Milhar Romans, a variation which uses a bar across the algorism to indicate multiplication by 1000.
RPMPackage perl-Text-Patch-1.8-30.fc36.noarch
Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility (man diff, see -u option).
RPMPackage perl-Text-ParseWords-3.31-1.fc36.noarch
The nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. quotewords() returns all of the tokens in a single long list, while nested_quotewords() returns a list of token lists corresponding to the elements of @lines. parse_line() does tokenizing on a single string. The quotewords() functions simply call parse_line(), so if you're only splitting one line you can call parse_line() directly and save a function call.
RPMPackage perl-Text-Glob-0.11-16.fc36.noarch
Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a file-system. If you want to do full file globbing use the File::Glob module instead.
RPMPackage perl-Text-Format-0.62-5.fc36.noarch
The format routine will format under all circumstances even if the width isn't enough to contain the longest words. Text::Wrap will die under these circumstances, although I am told this is fixed. If columns is set to a small number and words are longer than that and the leading 'whitespace' than there will be a single word on each line. This will let you make a simple word list which could be indented or right aligned. There is a chance for croaking if you try to subvert the module. If you don't pass in text then the internal text is worked on, though not modified. Text::Format is meant for more powerful text formatting than Text::Wrap allows.
RPMPackage perl-Text-ExtractWords-0.08-29.fc36.x86_64
Extract words from texts or emails, for example to identify spam.
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.