You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-autouse-1.11-486.fc36.noarch
If a module is not loaded yet, then the autouse declaration declares functions in the current package. When these functions are called, they load the package and substitute themselves with the correct definitions.
RPMPackage perl-autodie-2.34-480.fc36.noarch
The "autodie" and "Fatal" pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. However "Fatal" has been obsoleted by the new autodie pragma. Please use autodie in preference to "Fatal".
RPMPackage perl-XString-0.005-5.fc36.x86_64
XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available.
RPMPackage perl-XML-XPath-1.44-12.fc36.noarch
This module aims to comply exactly to the XPath specification at http://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath.
RPMPackage perl-XML-Writer-0.900-6.fc36.noarch
XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
RPMPackage perl-XML-SAX-Base-1.09-16.fc36.noarch
This module has a very simple task - to be a base class for Perl SAX drivers and filters. Its default behavior is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.
RPMPackage perl-XML-SAX-1.02-9.fc36.noarch
XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers. It is designed around the need to be able to "plug in" different SAX parsers to an application without requiring programmer intervention. Those of you familiar with the DBI will be right at home. Some of the designs come from the Java JAXP specification (SAX part), only without the javaness.
RPMPackage perl-XML-Parser-2.46-10.fc36.x86_64
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
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.