You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-MIME-Charset-1.012.2-16.fc36.noarch
MIME::Charset provides information about character sets used for MIME messages on Internet.
RPMPackage perl-MIME-Base64-3.16-479.fc36.x86_64
This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions).
RPMPackage perl-Log-Log4perl-1.54-4.fc36.noarch
Log::Log4perl lets you remote-control and fine-tune the logging behavior of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. To log into RRD database, install perl-Log-Log4perl-Appender-RRDs package. To log into a database via DBI, install perl-Log-Log4perl-Appender-DBI package. To read log4j XML configuration files, install perl-Log-Log4perl-Config-DOMConfigurator package.
RPMPackage perl-Log-Dispatch-FileRotate-1.38-3.fc36.noarch
This module provides a simple object for logging to files under the Log::Dispatch::* system, and automatically rotating them according to different constraints. This is basically a Log::Dispatch::File wrapper with additions.
RPMPackage perl-Log-Dispatch-2.70-6.fc36.noarch
Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. An Apache output is available in perl-Log-Dispatch-ApacheLog package.
RPMPackage perl-Locale-Maketext-Simple-0.21-486.fc36.noarch
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
RPMPackage perl-Locale-Maketext-1.29-480.fc36.noarch
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
RPMPackage perl-List-UtilsBy-0.12-1.fc36.noarch
This module provides a number of list utility functions, all of which take an initial code block to control their behaviour. They are variations on similar core perl or List::Util functions of similar names, but which use the block to control their behaviour. For example, the core Perl function sort takes a list of values and returns them, sorted into order by their string value. The sort_by function sorts them according to the string value returned by the extra function, when given each value.
RPMPackage perl-List-SomeUtils-0.58-8.fc36.noarch
List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
RPMPackage perl-List-MoreUtils-XS-0.430-5.fc36.x86_64
This module provides accelerated versions of functions in List::MoreUtils.
RPMPackage perl-List-MoreUtils-0.430-5.fc36.noarch
List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util.
RPMPackage perl-List-AllUtils-0.19-5.fc36.noarch
Are you sick of trying to remember whether a particular helper is defined in List::Util or List::SomeUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines.
RPMPackage perl-Lingua-Translit-0.29-1.fc36.noarch
Lingua::Translit can be used to convert text from one writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.
RPMPackage perl-LWP-Protocol-https-6.10-5.fc36.noarch
The LWP::Protocol::https module provides support for using HTTPS schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.
RPMPackage perl-LWP-MediaTypes-6.04-10.fc36.noarch
This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types.
RPMPackage perl-LDAP-0.68-6.fc36.noarch
Net::LDAP is a collection of modules that implements an LDAP services API for Perl programs. The module may be used to search directories or perform maintenance functions such as adding, deleting or modifying entries.
RPMPackage perl-JSON-XS-4.03-6.fc36.x86_64
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
RPMPackage perl-JSON-PP-4.07-2.fc36.noarch
JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS.
RPMPackage perl-JSON-4.05-2.fc36.noarch
This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/.
RPMPackage perl-IPTables-Parse-1.6.1-20.fc36.noarch
The IPTables::Parse package provides an interface to parse iptables rules on Linux systems through the direct execution of iptables commands, or from parsing a file that contains an iptables policy listing. You can get the current policy applied to a table/chain, look for a specific user-defined chain, check for a default DROP policy, or determing whether or not logging rules exist.