You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Sort-Key-1.33-23.fc36.x86_64
Sort::Key provides a set of functions to sort lists of values by some calculated key value.
RPMPackage perl-Socket6-0.29-13.fc36.x86_64
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
RPMPackage perl-Socket-2.035-1.fc36.x86_64
This Perl module provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() and bind(). It also provides several other support functions, mostly for dealing with conversions of network addresses between human-readable and native binary forms, and for hostname resolver operations.
RPMPackage perl-SelfLoader-1.26-486.fc36.noarch
This Perl module tells its users that functions in a package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub.
RPMPackage perl-SelectSaver-1.02-486.fc36.noarch
A "SelectSaver" object contains a reference to the file handle that was selected when it was created. When the object is destroyed, it re-selects the file handle that was selected when it was created.
RPMPackage perl-Search-Dict-1.07-486.fc36.noarch
This module sets file position in a file handle to be first line greater than or equal (string-wise) to a key.
RPMPackage perl-Scalar-List-Utils-1.63-489.fc36.x86_64
This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful.
RPMPackage perl-Safe-2.43-486.fc36.noarch
The Safe extension module allows the creation of compartments in which Perl code can be evaluated. Please note that the restriction is not suitable for security purposes.
RPMPackage perl-Role-Tiny-2.002004-5.fc36.noarch
Role::Tiny is a minimalist role composition tool.
RPMPackage perl-Regexp-IPv6-0.03-32.fc36.noarch
This module exports the $IPv6_re regular expression that matches any valid IPv6 address as described in "RFC 2373 - 2.2 Text Representation of Addresses" but ::. Any string not compliant with such RFC will be rejected.
RPMPackage perl-Regexp-Common-2017060201-17.fc36.noarch
Regexp::Common - Provide commonly requested regular expressions
RPMPackage perl-Ref-Util-XS-0.117-14.fc36.x86_64
Ref::Util::XS introduces several functions to help identify references in a faster and smarter way.
RPMPackage perl-Ref-Util-0.204-13.fc36.noarch
Ref::Util introduces several functions to help identify references in a faster and smarter way.
RPMPackage perl-Readonly-2.05-17.fc36.noarch
Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. Any attempt to modify a Readonly variable throws an exception. Readonly: * Creates scalars, arrays (not lists), and hashes * Creates variables that look and work like native perl variables * Creates global or lexical variables * Works at run-time or compile-time * Works with deep or shallow data structures * Prevents reassignment of Readonly variables
RPMPackage perl-Razor-Agent-2.86-2.fc36.x86_64
Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Razor establishes a distributed and constantly updating catalogue of spam in propagation. This catalogue is used by clients to filter out known spam. On receiving a spam, a Razor Reporting Agent (run by an end-user or a troll box) calculates and submits a 20-character unique identification of the spam (a SHA Digest) to its closest Razor Catalogue Server. The Catalogue Server echos this signature to other trusted servers after storing it in its database. Prior to manual processing or transport-level reception, Razor Filtering Agents (end-users and MTAs) check their incoming mail against a Catalogue Server and filter out or deny transport in case of a signature match. Catalogued spam, once identified and reported by a Reporting Agent, can be blocked out by the rest of the Filtering Agents on the network.
RPMPackage perl-Pod-Usage-2.01-479.fc36.noarch
pod2usage will print a usage message for the invoking script (using its embedded POD documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. If the verbose level is 1, then the synopsis is printed along with a description (if present) of the command line options and arguments. If the verbose level is 2, then the entire manual page is printed.
RPMPackage perl-Pod-Simple-3.43-3.fc36.noarch
Pod::Simple is a Perl library for parsing text in the POD (plain old documentation) markup language that is typically used for writing documentation for Perl and for Perl modules.
RPMPackage perl-Pod-Perldoc-3.28.01-480.fc36.noarch
perldoc looks up a piece of documentation in POD format that is embedded in the perl installation tree or in a Perl script, and displays it via "groff -man | $PAGER". This is primarily used for the documentation for the Perl library modules.
RPMPackage perl-Pod-Html-1.27-486.fc36.noarch
This package converts files from POD format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference.
RPMPackage perl-Pod-Functions-1.13-486.fc36.noarch
This module enumerates the Perl functions that are documented in perlfunc POD.