You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Module-Load-0.36-479.fc36.noarch
If you consult "perldoc -f require" you will see that "require" will behave differently when given a bare-word or a string. In the case of a string, "require" assumes you are wanting to load a file. But in the case of a bare-word, it assumes you mean a module. This gives nasty overhead when you are trying to dynamically require modules at run-time, since you will need to change the module notation to a file notation fitting the particular platform you are on. "load" eliminates the need for this overhead and will just DWYM.
RPMPackage perl-Module-Implementation-0.09-32.fc36.noarch
This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
RPMPackage perl-Module-CoreList-5.20220820-1.fc36.noarch
Module::CoreList provides information on which core and dual-life modules are shipped with each version of perl.
RPMPackage perl-Memoize-1.03-486.fc36.noarch
Memoizing a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, memoize jumps in and gives you the value out of the table, instead of letting the function compute the value all over again.
RPMPackage perl-Math-Complex-1.59-486.fc36.noarch
This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra "use" statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers.
RPMPackage perl-Math-BigRat-0.2622-1.fc36.noarch
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers.
RPMPackage perl-Math-BigInt-1.9998.30-1.fc36.noarch
This provides Perl modules for arbitrary-size integer and float mathematics.
RPMPackage perl-MailTools-2.21-10.fc36.noarch
MailTools is a set of ancient Perl modules related to mail applications.