You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Number-Compare-0.03-31.fc36.noarch
Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.
RPMPackage perl-NetPacket-1.7.2-10.fc36.noarch
NetPacket provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each NetPacket descendant module knows how to encode and decode packets for the network protocol it implements. Consult the documentation for the module in question for protocol-specific implementation.
RPMPackage perl-NetAddr-IP-4.079-19.fc36.x86_64
This module provides an object-oriented abstraction on top of IP addresses or IP subnets, that allows for easy manipulations.
RPMPackage perl-Net-Whois-IP-1.19-19.fc36.noarch
Perl module to allow whois lookup of ip addresses. This module should recursively query the various whois providers until it gets the more detailed information including either TechPhone or OrgTechPhone by default; however, this is overrideable.
RPMPackage perl-Net-UPnP-1.4.6-11.fc36.noarch
This package provides some functions to control UPnP devices.
RPMPackage perl-Net-SSLeay-1.92-2.fc36.x86_64
This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, same API is offered for accessing http servers, too), a sslcat() function for writing your own clients, and finally access to the SSL API of SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.
RPMPackage perl-Net-SNMP-6.0.1-32.fc36.noarch
The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.
RPMPackage perl-Net-SMTP-SSL-1.04-17.fc36.noarch
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations.