You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Net-IP-1.26-27.fc36.noarch
This is the Net::IP module, 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, which 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".
RPMPackage perl-Net-HTTP-6.22-1.fc36.noarch
The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
RPMPackage perl-Net-FTP-RetrHandle-0.2-34.fc36.noarch
This Perl module provides a file reading interface for reading all or parts of files located on a remote FTP server, including emulation of seek and support for downloading only the parts of the file requested. Support for skipping the beginning of the file is implemented with the FTP REST command, which starts a retrieval at any point in the file. Support for skipping the end of the file is implemented with the FTP ABOR command, which stops the transfer. With these two commands and some careful tracking of the current file position, we're able to reliably emulate a seek/read pair, and get only the parts of the file that are actually read. This was originally designed for use with Archive::Zip; it's reliable enough that the table of contents and individual files can be extracted from a remote ZIP archive without downloading the whole thing. An interface compatible with IO::Handle is provided, along with a tie-based interface.
RPMPackage perl-Net-FTP-AutoReconnect-0.3-35.fc36.noarch
This is a FTP client class with automatic reconnect on failure.
RPMPackage perl-Net-DNS-tests-1.34-1.fc36.noarch
Tests from perl-Net-DNS. Execute them with "/usr/libexec/perl-Net-DNS/test".
RPMPackage perl-Net-DNS-Nameserver-1.34-1.fc36.noarch
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
RPMPackage perl-Net-DNS-1.34-1.fc36.noarch
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
RPMPackage perl-Net-CIDR-Lite-0.22-4.fc36.noarch
Faster alternative to Net::CIDR when merging a large number of CIDR address ranges. Works for IPv4 and IPv6 addresses.
RPMPackage perl-Net-CIDR-0.21-4.fc36.noarch
The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses.
RPMPackage perl-Net-BGP-0.18-2.fc36.noarch
An implementation of the BGP-4 inter-domain routing protocol as Perl module. It encapsulates all of the functionality needed to establish and maintain a BGP peering session and exchange routing update information with the peer. It aims to provide a simple API to the BGP protocol for the purposes of automation, logging, monitoring, testing, and similar tasks using the power and flexibility of Perl. The module does not implement the functionality of a RIB (Routing Information Base) nor does it modify the kernel routing table of the host system. However, such operations could be implemented using the API provided by the module.
RPMPackage perl-Net-ARP-1.0.11-5.fc36.x86_64
This module is a Perl extension to create and send ARP packets and lookup local or remote mac addresses. You do not need to install any additional libraries like Libnet to compile this extension. It uses kernel header files to create the packets.
RPMPackage perl-Net-1.02-486.fc36.noarch
This package provide object-oriented interface to Perl built-in gethost*(), getnet*(), getproto*(), and getserv*() functions.
RPMPackage perl-NTLM-1.09-31.fc36.noarch
This module provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP).
RPMPackage perl-NEXT-0.68-486.fc36.noarch
The NEXT module adds a pseudo-class named "NEXT" to any program that uses it. If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched as if the calling method had not originally been found.
RPMPackage perl-NDBM_File-1.15-486.fc36.x86_64
NDBM_File establishes a connection between a Perl hash variable and a file in ndbm 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-Mozilla-CA-20211001-2.fc36.noarch
Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle of certificate authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
RPMPackage perl-Module-Runtime-0.016-14.fc36.noarch
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
RPMPackage perl-Module-Metadata-1.000037-479.fc36.noarch
This module provides a standard way to gather metadata about a .pm file without executing unsafe code.
RPMPackage perl-Module-Loaded-0.08-486.fc36.noarch
When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded.
RPMPackage perl-Module-Load-Conditional-0.74-479.fc36.noarch
This module provides simple ways to query and possibly load any of the modules you have installed on your system during run-time.