You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-Mail-POP3Client-2.19-15.lbn25.noarch
This module implements an Object-Oriented interface to a POP3 server. It implements RFC1939 (http://www.faqs.org/rfcs/rfc1939.html)
RPMPackage perl-Mail-MboxParser-0.55-18.fc25.noarch
This module attempts to provide a simplified access to standard UNIX- mailboxes. It offers only a subset of methods to get 'straight to the point'. More sophisticated things can still be done by invoking any method from MIME::Tools on the appropriate return values.
RPMPackage perl-Mail-Mbox-MessageParser-1.5105-6.fc25.noarch
Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. It uses the best of three strategies for parsing a mailbox: either using cached folder information, GNU grep, or highly optimized Perl.
RPMPackage perl-Mail-IMAPClient-3.42-1.lbn25.noarch
This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server.
RPMPackage perl-Mail-DKIM-0.55-1.lbn25.noarch
This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement RFC4871 (for DKIM) and RFC4870 (DomainKeys). It is required if you wish to enable DKIM checking in SpamAssassin via the Mail::SpamAssassin::Plugin::DKIM plugin.
RPMPackage perl-Mail-Box-Parser-C-3.007-10.fc25.x86_64
This module enables faster folder parsing by using compiled C routines.
RPMPackage perl-Mail-Box-2.118-7.lbn25.noarch
The Mail::Box folder is a modern mail-folder manager -- at least at the moment of this writing ;) It is written to replace Mail::Folder, although its interface is different.
RPMPackage perl-Mail-Alias-1.12-37.lbn25.noarch
This module allows direct manipulation of various types of E-Mail Alias files. The primary use of Mail::Alias is for manipulating alias files in the SENDMAIL alias file format. Additionally it is possible to read some other formats and to convert between various alias file formats.