You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-MRO-Compat-0.13-7.lbn25.noarch
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses MRO::Compat will work unmodified on both older Perls and 5.9.5+. If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you.
RPMPackage perl-MLDBM-2.05-16.lbn25.noarch
This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases.
RPMPackage perl-MIME-Base64-3.15-418.lbn25.x86_64
This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions).
RPMPackage perl-Locale-Maketext-Simple-0.21-436.lbn25.1.noarch
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
RPMPackage perl-Locale-Maketext-1.29-419.lbn25.noarch
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
RPMPackage perl-List-MoreUtils-0.416-1.fc25.x86_64
List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util.
RPMPackage perl-LWP-MediaTypes-6.04-1.lbn25.noarch
This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types.
RPMPackage perl-JSON-PP-4.02-1.lbn25.noarch
JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and is compatible with JSON::XS.
RPMPackage perl-Import-Into-1.002005-10.lbn25.noarch
Loading Import::Into creates a global method import::into which you can call on any package to import it into another package.
RPMPackage perl-IPC-Cmd-1.02-5.lbn25.noarch
IPC::Cmd allows you to run commands platform independently, interactively if desired, but have them still work.
RPMPackage perl-IO-Zlib-1.10-436.lbn25.1.noarch
This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.
RPMPackage perl-IO-Tty-1.12-14.lbn25.x86_64
IO::Tty and IO::Pty provide an interface to pseudo tty's.