You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-XML-NamespaceSupport-1.12-16.fc36.noarch
This module offers a simple to process name-spaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to name space URI map, and provides a number of basic checks.
RPMPackage perl-XML-LibXSLT-2.002.000-1.fc36.x86_64
This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/
RPMPackage perl-XML-LibXML-Simple-1.01-8.fc36.noarch
This Perl module reads XML from strings or files. It is a blunt rewrite of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML structures, where the original uses plain Perl or SAX parsers.
RPMPackage perl-XML-LibXML-2.0207-5.fc36.x86_64
This module implements a Perl interface to the GNOME libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation.
RPMPackage perl-XML-Dumper-0.81-43.fc36.noarch
XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML data that were previously dumped by the module and convert it back to Perl. Perl objects are blessed back to their original packaging; if the modules are installed on the system where the perl objects are reconstituted from xml, they will behave as expected. Intuitively, if the perl objects are converted and reconstituted in the same environment, all should be well.
RPMPackage perl-WWW-RobotRules-6.02-31.fc36.noarch
This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <https://www.robotstxt.org/robotstxt.html>. Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.
RPMPackage perl-WWW-Mechanize-2.07-1.fc36.noarch
"WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited.
RPMPackage perl-Variable-Magic-0.62-15.fc36.x86_64
Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and hook syntactical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API.
RPMPackage perl-User-pwent-1.03-486.fc36.noarch
This package provides an object-oriented interface to Perl build-in getgr*() and getpw*() functions.
RPMPackage perl-Unix-Syslog-1.1-42.fc36.x86_64
This module provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away.
RPMPackage perl-Unicode-UCD-0.75-486.fc36.noarch
The Unicode::UCD module offers a series of functions that provide a simple interface to the Unicode Character Database.
RPMPackage perl-Unicode-Normalize-1.28-479.fc36.x86_64
This package provides Perl functions that can convert strings into various Unicode normalization forms as defined in Unicode Standard Annex #15.
RPMPackage perl-Unicode-LineBreak-2019.001-12.fc36.x86_64
Unicode::LineBreak performs Line Breaking Algorithm described in Unicode Standards Annex #14 [UAX #14]. East_Asian_Width informative properties defined by Annex #11 [UAX #11] will be concerned to determine breaking positions.
RPMPackage perl-Unicode-Collate-1.31-1.fc36.x86_64
This package is Perl implementation of Unicode Technical Standard #10 (Unicode Collation Algorithm).
RPMPackage perl-URI-5.10-1.fc36.noarch
This module implements the URI class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732).
RPMPackage perl-Types-Serialiser-1.01-5.fc36.noarch
This module provides some extra data types that are used by common serialization formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become inter-operable between each other.
RPMPackage perl-Try-Tiny-0.31-2.fc36.noarch
This module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either.
RPMPackage perl-TimeDate-2.33-7.fc36.noarch
This module includes a number of smaller modules suited for manipulation of time and date strings with Perl. In particular, the Date::Format and Date::Parse modules can display and read times and dates in various formats, providing a more reliable interface to textual representations of points in time.
RPMPackage perl-Time-Piece-1.3401-486.fc36.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-2015.103-20.fc36.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.