You are here: Home

Modified items

All recently modified items, latest first.
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++).
RPMPackage perl-Params-Check-0.38-479.fc36.noarch
This is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named.
RPMPackage perl-PadWalker-2.5-5.fc36.x86_64
PadWalker is a module that allows you to inspect (and even change!) lexical variables in any subroutine that called you. It will only show those variables that are in scope at the point of the call.
RPMPackage perl-Package-Stash-XS-0.29-12.fc36.x86_64
This is a back-end for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.
RPMPackage perl-Package-Stash-0.40-1.fc36.noarch
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.
RPMPackage perl-Package-Generator-1.106-24.fc36.noarch
This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.
RPMPackage perl-POSIX-1.97-486.fc36.x86_64
The POSIX module permits you to access all (or nearly all) the standard POSIX 1003.1 identifiers. Many of these identifiers have been given Perl interfaces.
RPMPackage perl-PCP-PMDA-6.0.1-1.fc36.x86_64
The PCP::PMDA Perl module contains the language bindings for building Performance Metric Domain Agents (PMDAs) using Perl. Each PMDA exports performance data for one specific domain, for example the operating system kernel, Cisco routers, a database, an application, etc.
RPMPackage perl-PCP-MMV-6.0.1-1.fc36.x86_64
The PCP::MMV module contains the Perl language bindings for building scripts instrumented with the Performance Co-Pilot (PCP) Memory Mapped Value (MMV) mechanism. This mechanism allows arbitrary values to be exported from an instrumented script into the PCP infrastructure for monitoring and analysis with pmchart, pmie, pmlogger and other PCP tools.
RPMPackage perl-PCP-LogSummary-6.0.1-1.fc36.x86_64
The PCP::LogSummary module provides a Perl module for using the statistical summary data produced by the Performance Co-Pilot pmlogsummary utility. This utility produces various averages, minima, maxima, and other calculations based on the performance data stored in a PCP archive. The Perl interface is ideal for exporting this data into third-party tools (e.g. spreadsheets).
RPMPackage perl-PCP-LogImport-6.0.1-1.fc36.x86_64
The PCP::LogImport module contains the Perl language bindings for importing data in various 3rd party formats into PCP archives so they can be replayed with standard PCP monitoring tools.
RPMPackage perl-Opcode-1.50-486.fc36.x86_64
The Opcode module allows you to define an operator mask to be in effect when perl next compiles any code. Attempting to compile code which contains a masked opcode will cause the compilation to fail with an error. The code will not be executed.
RPMPackage perl-ODBM_File-1.17-486.fc36.x86_64
ODBM_File establishes a connection between a Perl hash variable and a file in odbm format. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used the next time your program runs.