You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-DateTime-Format-HTTP-0.40-8.fc19.noarch
This module provides functions that deal with the date formats used by the HTTP protocol (and then some).
RPMPackage perl-DateTime-Format-Builder-0.8100-2.fc19.noarch
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what is expected.
RPMPackage perl-DateTime-Calendar-Mayan-0.0601-13.fc19.noarch
An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition". Supplemented by "Frequently Asked Questions about Calendars".
RPMPackage perl-DateTime-1.06-1.fc19.x86_64
DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian calendar". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.
RPMPackage perl-DateTime-1.01-1.fc19.armv6hl
DateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian calendar". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.
RPMPackage perl-Date-Manip-6.51-1.lbn19.noarch
Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, determining a data a given amount of time from another, or parsing international times are all easily done. It deals with time as it is used in the Gregorian calendar (the one currently in use) with full support for time changes due to daylight saving time.
RPMPackage perl-Date-Calc-6.3-13.fc19.noarch
The library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
RPMPackage perl-Data-Visitor-0.28-4.fc19.noarch
This module is a simple visitor implementation for Perl values.
RPMPackage perl-Data-Util-0.63-3.2.x86_64
This module provides utility functions for data and data types, including functions for subroutines and symbol table hashes (stashes). The implementation of this module is both Pure Perl and XS, so if you have a C compiler, all the functions this module provides are really faster. There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
RPMPackage perl-Data-Types-0.09-6.fc19.noarch
This module exports a number of functions that are useful for validating and converting data types. It is intended for use in applications where data types are more important than they typically are in Perl -- e.g., database applications.
RPMPackage perl-Data-TreeDumper-0.40-4.fc19.noarch
Data::Dumper and other modules do a great job of dumping data structures. Their output, however, often takes more brain power to understand than the data itself. When dumping large amounts of data, the output can be overwhelming and it can be difficult to see the relationship between each piece of the dumped data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a format more easily understood.
RPMPackage perl-Data-Section-0.101621-5.fc19.noarch
Data::Section provides an easy way to access multiple named chunks of line-oriented data in your module's DATA section. It was written to allow modules to store their own templates, but probably has other uses.
RPMPackage perl-Data-OptList-0.107-9.fc19.noarch
Hashes are great for storing named data, but if you want more than one entry for a name, you have to use a list of pairs. Even then, this is really boring to write: $values = [ foo => undef, bar => undef, baz => undef, xyz => { ... }, ]; With Data::OptList, you can do this instead: $values = Data::OptList::mkopt([ qw(foo bar baz), xyz => { ... }, ]); This works by assuming that any defined scalar is a name and any reference following a name is its value.
RPMPackage perl-Data-Dumper-Concise-2.020-6.fc19.noarch
This module always exports a single function, Dumper, which can be called with an array of values to dump those values or with no arguments to return the Data::Dumper object it has created. It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large numbers of applications.
RPMPackage perl-Data-Dumper-2.151-1.lbn19.x86_64
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly.
RPMPackage perl-Data-Dumper-2.145-1.fc19.armv6hl
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly.
RPMPackage perl-Data-Dump-1.21-4.fc19.noarch
This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading.
RPMPackage perl-Data-Compare-1.22-6.fc19.noarch
This module compares arbitrary data structures to see if they are copies of each other.
RPMPackage perl-Data-Alias-1.16-4.fc19.x86_64
Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same.
RPMPackage perl-DBM-Deep-2.0008-4.fc19.noarch
A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.