-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Text-Context-EitherSide-1.4-11.fc19.noarch
Suppose you have a large piece of text - typically, say, a web page or a
mail message. And now suppose you've done some kind of full-text search on
that text for a bunch of keywords, and you want to display the context in
which you found the keywords inside the body of the text.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Text-Diff-1.41-5.fc19.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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19