You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Module-Metadata-1.000009-239.lbn13.noarch
Gather package and POD information from perl module files
RPMPackage perl-Module-Loaded-0.08-239.lbn13.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-Loaded-0.02-121.lbn13.x86_64
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.46-239.lbn13.noarch
Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime.
RPMPackage perl-Module-Load-Conditional-0.30-121.lbn13.x86_64
Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime.
RPMPackage perl-Module-Load-0.22-239.lbn13.noarch
Module::Load eliminates the need to know whether you are trying to require either a file or a module.
RPMPackage perl-Module-Load-0.16-121.lbn13.x86_64
Module::Load eliminates the need to know whether you are trying to require either a file or a module.
RPMPackage perl-Module-Install-0.91-2.lbn13.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 both the ExtUtils::MakeMaker and Module::Build build systems, and will run on any Perl installation version 5.004 or newer.
RPMPackage perl-Module-Implementation-0.06-6.lbn13.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-2.70-239.lbn13.noarch
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs.
RPMPackage perl-Module-CoreList-2.18-121.lbn13.x86_64
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs.
RPMPackage perl-Module-Build-0.39.01-239.lbn13.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 subclassing 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-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.