You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Pod-Escapes-1.07-479.fc36.noarch
This module provides things that are useful in decoding Pod E<...> sequences.
RPMPackage perl-PerlIO-utf8_strict-0.009-2.fc36.x86_64
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness.
RPMPackage perl-PathTools-3.80-479.fc36.x86_64
This is the combined distribution for the File::Spec and Cwd modules.
RPMPackage perl-Parse-RecDescent-1.967015-16.fc36.noarch
Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens) * Multiple (non-contiguous) productions for any rule * Repeated and optional subrules within productions * Full access to Perl within actions specified as part of the grammar * Simple automated error reporting during parser generation and parsing * The ability to commit to, uncommit to, or reject particular productions during a parse * The ability to pass data up and down the parse tree ("down" via subrule argument lists, "up" via subrule return values) * Incremental extension of the parsing grammar (even during a parse) * Precompilation of parser objects * User-definable reduce-reduce conflict resolution via "scoring" of matching productions
RPMPackage perl-Params-ValidationCompiler-0.30-14.fc36.noarch
Create a customized, optimized, non-lobotomized, uncompromised, and thoroughly specialized parameter checking subroutine.
RPMPackage perl-Params-Validate-1.30-5.fc36.x86_64
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.
RPMPackage perl-Params-Util-1.102-6.fc36.x86_64
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Classify-0.015-15.fc36.x86_64
This module provides various type-testing functions. These are intended for functions that, unlike most Perl code, care what type of data they are operating on. For example, some functions wish to behave differently depending on the type of their arguments (like overloaded functions in C++).