You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-PCP-PMDA-3.11.9-1.lbn25.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-3.11.9-1.lbn25.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-3.11.9-1.lbn25.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-3.11.9-1.lbn25.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-PAR-Dist-0.49-17.lbn25.noarch
This module creates and manipulates PAR distributions. They are architecture- specific PAR files, containing everything under blib/ of CPAN distributions after their make or Build stage, a META.yml describing metadata of the original CPAN distribution, and a MANIFEST detailing all files within it. Digitally signed PAR distributions will also contain a SIGNATURE file.
RPMPackage perl-Object-Accessor-0.48-10.fc25.noarch
Object::Accessor provides an interface to create per object accessors (as opposed to per Class accessors, as, for example, Class::Accessor provides).
RPMPackage perl-NetAddr-IP-4.079-10.lbn25.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-SSLeay-1.86-0.3.09.lbn25.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-SSH2-0.70-1.lbn25.x86_64
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
RPMPackage perl-Net-SSH-0.09-28.lbn25.noarch
This module implements a Perl interface to ssh. It is a simple wrapper around the system `ssh' command. For an all-perl implementation that does not require the system `ssh' command, see Net::SSH::Perl.
RPMPackage perl-Net-SNMP-6.0.1-23.lbn25.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-SMTPS-0.09-5.lbn25.noarch
This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::SMTP. You may use all the friendly options that came bundled with Net::SMTP. You can control the SSL usage with the options of new() constructor method. 'doSSL' option is the switch, and, If you would like to control detailed SSL settings, you can set SSL_* options that are brought from IO::Socket::SSL. Please see the document of IO::Socket::SSL about these options detail.
RPMPackage perl-Net-RawIP-0.25-23.fc25.x86_64
This package provides a class object which can be used for creating, manipulating and sending raw ip packets with optional features for manipulating Ethernet headers.
RPMPackage perl-Net-Ping-2.62-436.lbn25.1.noarch
Net::Ping module contains methods to test the reachability of remote hosts on a network.
RPMPackage perl-Net-Pcap-0.18-1.fc25.x86_64
perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
RPMPackage perl-Net-Patricia-1.22-20.lbn25.x86_64
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.
RPMPackage perl-Net-LibIDN-0.12-33.lbn25.x86_64
Provides perl bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN.
RPMPackage perl-Net-IPv6Addr-0.2-20.fc25.noarch
Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in RFC1884. You throw possible addresses at it, it either accepts them or throws an exception.
RPMPackage perl-Net-IPv4Addr-0.10-32.lbn25.noarch
Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
RPMPackage perl-Net-IP-1.26-17.lbn25.noarch
This is the Net::IP module for Perl, designed to allow easy manipulation of IPv4 and IPv6 addresses. Two applications using the Net::IP module are included: ipcount, an IP address mini-calculator, it can calculate the number of IP addresses in a prefix or all the prefixes contained in a given range; and iptab, which prints out a handy IP "cheat sheet".