You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Module-Metadata-1.000036-1.lbn25.noarch
This module provides a standard way to gather metadata about a .pm file without executing unsafe code.
RPMPackage perl-Module-Loaded-0.08-436.lbn25.1.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.68-418.lbn25.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.34-1.lbn25.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-Install-1.19-7.lbn25.noarch
Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer.
RPMPackage perl-Module-Implementation-0.09-19.lbn25.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-tools-5.20190420-1.lbn25.noarch
This package provides a corelist(1) tool which can be used to query what modules were shipped with given perl version.
RPMPackage perl-Module-CoreList-5.20190420-1.lbn25.noarch
Module::CoreList provides information on which core and dual-life modules are shipped with each version of perl.
RPMPackage perl-Module-Build-0.42.29-4.lbn25.noarch
Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through sub-classing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.
RPMPackage perl-Memoize-1.03-436.lbn25.1.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-436.lbn25.1.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.2614-4.lbn25.noarch
Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers.
RPMPackage perl-Math-BigInt-FastCalc-0.500.800-2.lbn25.x86_64
This Perl module provides support for fast big integer calculations.
RPMPackage perl-Math-BigInt-1.9998.16-2.lbn25.noarch
This provides Perl modules for arbitrary-size integer and float mathematics.
RPMPackage perl-Mail-Sendmail-0.80-5.lbn25.noarch
Mail::Sendmail is a simple platform independent library for sending e-mail from your perl script. It only requires Perl 5 and a network connection. Mail::Sendmail contains mainly &sendmail, which takes a hash with the message to send and sends it. It is intended to be very easy to setup and use.
RPMPackage perl-Mail-Sender-0.901-1.fc25.noarch
Module for sending mails with attachments through an SMTP server.
RPMPackage perl-Mail-SPF-Iterator-1.119-2.lbn25.noarch
This module provides an iterative resolving of SPF records. Contrary to Mail::SPF, which does blocking DNS lookups, this module just returns the DNS queries and later expects the responses.
RPMPackage perl-Mail-SPF-2.9.0-18.lbn25.noarch
Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See http://www.openspf.org for more information about SPF.
RPMPackage perl-Mail-RFC822-Address-0.3-28.lbn25.noarch
Mail::RFC822::Address validates email addresses against the grammar described in RFC 822 using regular expressions. The only sure way to see if a supplied email address is genuine is to send an email to it and see if the user recieves it. This package only checks that the email address is syntactically valid.
RPMPackage perl-Mail-Procmail-1.08-12.fc25.noarch
procmail is a great mail filter program, but it has weird recipe format. It's pattern matching capabilities are basic and often insufficient. This module provides flexibility to filter your mail using the power of Perl.