You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Makefile-Parser-0.211-2.fc13.noarch
This is a simple parser for Makefiles. At this very early stage, the parser only supports a limited set of features, so it may not recognize most of the advanced features provided by certain make tools like GNU make. Its initial purpose is to provide basic support for another module named Makefile::GraphViz, which is aimed to render the building process specified by a Makefile using the amazing GraphViz library. The Make module is not satisfactory for this purpose, so I decided to build one of my own.
RPMPackage perl-Makefile-DOM-0.004-3.fc13.noarch
This libary can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as "documents" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it's possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the PPI module used for Perl source parsing and the HTML::TreeBuilder module used for parsing HTML source.
RPMPackage perl-MailTools-2.06-1.lbn13.noarch
MailTools is a set of Perl modules related to mail applications.
RPMPackage perl-Mail-Sendmail-0.79-13.lbn13.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-SPF-2.006-4.lbn13.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-DKIM-0.40-1.lbn13.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-MRO-Compat-0.11-3.lbn13.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.01-9.lbn13.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-Types-1.28-2.lbn13.noarch
MIME types are used in MIME compliant lines, for instance as part of e-mail and HTTP traffic, to indicate the type of content which is transmitted. Sometimes real knowledge about a mime-type is need. This module maintains a set of MIME::Type objects, which each describe one known mime type. There are many types defined by RFCs and vendors, so the list is long but not complete. Please don't hestitate to ask to add additional information.
RPMPackage perl-MIME-Lite-3.027-2.lbn13.noarch
MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binaryattachments. It does not require that you have the Mail:: or MIME:: modules installed.
RPMPackage perl-Log-Message-Simple-0.04-121.lbn13.x86_64
This module provides standardized logging facilities using the Log::Message module.
RPMPackage perl-Log-Message-0.02-121.lbn13.x86_64
Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but some can be filled in by the user, like a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it).
RPMPackage perl-Locale-PO-0.21-3.lbn13.noarch
This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale::PO object.
RPMPackage perl-Locale-Maketext-Simple-0.18-121.lbn13.x86_64
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-Gettext-1.27-3.lbn13.noarch
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, both in the sense of GNU gettext and Maketext. As a result, you enjoy both their advantages, and get rid of both their problems, too.
RPMPackage perl-List-MoreUtils-0.33-4.fc18.armv6hl
List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util.
RPMPackage perl-List-MoreUtils-0.22-10.lbn13.x86_64
List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.
RPMPackage perl-LWP-Protocol-https-6.04-1.lbn13.noarch
The LWP::Protocol::https module provides support for using HTTPS schemed URLs with LWP. This module is a plug-in to the LWP protocol handling, so you don't use it directly. Once the module is installed LWP is able to access sites using HTTP over SSL/TLS.
RPMPackage perl-LWP-MediaTypes-6.02-2.lbn13.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-XS-2.33-2.lbn13.x86_64
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.