You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Time-Piece-1.20.1-266.fc19.armv6hl
The Time::Piece module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime or gmtime as documented in perlfunc still behave as expected.
RPMPackage perl-Time-Piece-1.20.1-266.fc19.x86_64
The Time::Piece module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime or gmtime as documented in perlfunc still behave as expected.
RPMPackage perl-Time-ParseDate-2013.1113-2.lbn19.noarch
Time-ParseDate provides several Perl modules, including Time::CTime, Time::DaysInMonth, Time::JulianDay, Time::ParseDate, and Time::Timezone. These modules can be useful for parsing and manipulating dates and times. There are numerous options to control what is recognized and what is not.
RPMPackage perl-Time-HiRes-1.9728-1.lbn19.x86_64
The Time::HiRes module implements a Perl interface to the usleep, nanosleep, ualarm, gettimeofday, and setitimer/getitimer system calls, in other words, high resolution time and timers.
RPMPackage perl-Tie-RefHash-Weak-0.09-13.fc19.noarch
The Tie::RefHash module can be used to access hashes by reference. This is useful when you index by object, for example.
RPMPackage perl-Tie-IxHash-1.22-11.lbn19.noarch
This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary supplied order. The familiar perl array operations can also be performed on the IxHash.
RPMPackage perl-Throwable-0.102080-11.fc19.noarch
Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow. It is very simple and does only two things: saves any previous value for $@ and calls die $self.
RPMPackage perl-Thread-Queue-3.02-1.fc19.noarch
This module provides thread-safe FIFO queues that can be accessed safely by any number of threads.
RPMPackage perl-Text-WrapI18N-0.06-17.fc19.noarch
This is a module which intends to substitute Text::Wrap, which supports internationalized texts including: - multi-byte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5, - full width characters like east Asian characters which appear in UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on, - combining characters like diacritical marks which appear in UTF-8, ISO-8859-11 (aka TIS-620), and so on, and - languages which don't use white spaces between words, like Chinese and Japanese.
RPMPackage perl-Text-Unidecode-1.24-1.lbn19.noarch
Text::Unidecode provides a function, `unidecode(...)' that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system.
RPMPackage perl-Text-Template-1.45-12.fc19.noarch
This is a library for generating form letters, building HTML pages, or filling in templates generally. A 'template' is a piece of text that has little Perl programs embedded in it here and there. When you 'fill in' a template, you evaluate the little programs and replace them with their values.
RPMPackage perl-Text-Table-1.130-2.lbn19.noarch
Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are not trivial, and the one-shot solutions one comes up with tend to be particularly hard to maintain. Text::Table allows you to create and maintain tables that adapt to alignment requirements as you use them.
RPMPackage perl-Text-Soundex-3.04-2.fc19.armv6hl
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-Soundex-3.04-2.fc19.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-ParseWords-3.27-264.fc19.noarch
Parse text into an array of tokens or array of arrays.
RPMPackage perl-Text-Iconv-1.7-17.lbn19.x86_64
The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result. Settings of fromcode and tocode and their permitted combinations are implementation-dependent. Valid values are specified in the system documentation.
RPMPackage perl-Text-Iconv-1.7-17.fc19.armv6hl
The Text::Iconv module provides a Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result. Settings of fromcode and tocode and their permitted combinations are implementation-dependent. Valid values are specified in the system documentation.
RPMPackage perl-Text-Glob-0.09-7.lbn19.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-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.
RPMPackage 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.