You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Devel-CallChecker-0.008-15.fc36.x86_64
This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centered around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available. (It is possible to achieve the effect of cv_set_call_checker from XS code on much earlier Perl versions, but it is painful to achieve without the centralized facility.)
RPMPackage perl-DateTime-TimeZone-Tzfile-0.011-15.fc36.noarch
An instance of this class represents a timezone that was encoded in a file in the tzfile(5) format. These can express arbitrary patterns of offsets from Universal Time, changing over time. Offsets and change times are limited to a resolution of one second. This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects.
RPMPackage perl-DateTime-TimeZone-SystemV-0.010-15.fc36.noarch
An instance of this class represents a timezone that was specified by means of a System V timezone recipe or the POSIX extended form of the same syntax. These can express a plain offset from Universal Time, or a system of two offsets (standard and daylight saving time) switching on a yearly cycle according to certain types of rule. This class implements the DateTime::TimeZone interface, so that its instances can be used with DateTime objects.
RPMPackage perl-DateTime-TimeZone-2.60-1.fc36.noarch
This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period.
RPMPackage perl-DateTime-Locale-1.36-1.fc36.noarch
DateTime::Locale is primarily a factory for the various locale sub-classes. It also provides some functions for getting information on all the available locales.
RPMPackage perl-DateTime-Format-Strptime-1.79-4.fc36.noarch
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
RPMPackage perl-DateTime-Format-Builder-0.8300-6.fc36.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 sub-classes, or for when you need to do something slightly beyond what is expected.
RPMPackage perl-DateTime-Calendar-Julian-0.107-1.fc36.noarch
DateTime object in the Julian calendar.
RPMPackage perl-DateTime-1.57-1.fc36.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-Date-Manip-6.88-1.fc36.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-ISO8601-0.005-14.fc36.noarch
The international standard ISO 8601 "Data elements and interchange formats - Information interchange - Representation of dates and times" defines three distinct calendars by which days can be labeled. It also defines textual formats for the representation of dates in these calendars. This module provides functions to convert dates between these three calendars and Chronological Julian Day Numbers, which is a suitable format to do arithmetic with. It also supplies functions that describe the shape of these calendars, to assist in calendrical calculations. It also supplies functions to represent dates textually in the ISO 8601 formats. ISO 8601 also covers time of day and time periods, but this module does nothing relating to those parts of the standard; this is only about labeling days.
RPMPackage perl-Date-Calc-6.4-21.fc36.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-Uniqid-0.12-27.fc36.noarch
Data::Uniqid provides three simple routines for generating unique ids. These ids are coded with a Base62 system to make them short and handy (e.g. to use it as part of a URL).
RPMPackage perl-Data-OptList-0.112-3.fc36.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-2.183-3.fc36.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-Dump-1.25-3.fc36.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.27-8.fc36.noarch
This module compares arbitrary data structures to see if they are copies of each other.
RPMPackage perl-DB_File-tests-1.857-1.fc36.x86_64
Tests from perl-DB_File. Execute them with "/usr/libexec/perl-DB_File/test".
RPMPackage perl-DB_File-1.857-1.fc36.x86_64
DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, you will be limited to functionality provided by interface of version 1.x). The interface defined here mirrors the Berkeley DB interface closely.
RPMPackage perl-DBM_Filter-0.06-486.fc36.noarch
This module provides an interface that allows filters to be applied to tied hashes associated with DBM files.