libclass-accessor-chained-perl
Perl module providing chained accessors
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with
no arguments.
smartpm
An alternative package manager that works with dpkg/rpm
The Smart Package Manager project has the ambitious objective of
creating smart and portable algorithms for solving adequately the
problem of managing software upgrading and installation. This tool
works in all major distributions (APT, APT-RPM, YUM, URPMI, etc).
r-cran-r2d2
Bivariate (2D) Confidence Region and Frequency Distribution
This package provides generic functions to analyze the distribution
of two continuous variables: 'conf2d' to calculate a smooth empirical
confidence region, and 'freq2d' to calculate a frequency distribution.
libdist-checkconflicts-perl
module for declaring version conflicts for a distribution
One shortcoming of the CPAN clients that currently exist is that they have no
way of specifying conflicting downstream dependencies of modules.
Dist::CheckConflicts attempts to work around this issue by allowing you to
specify conflicting versions of modules separately, and deal with them after
the module is done installing.
libsub-exporter-progressive-perl
module for using Sub::Exporter only if needed
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, as well as some runtime penalties.
Sub::Exporter::Progressive is a Sub::Exporter wrapper that will let your
users just use Exporter if all they are doing is picking exports, but use
Sub::Exporter if your users try to use Sub::Exporter's more advanced
features, like renaming exports.
libxml-opml-perl
Perl module to create and update OPML files
The XML::OPML module is designed to allow for easy creation and manipulation
of OPML files. OPML files are most commonly used for the sharing of
blogrolls or subscriptions - an outlined list of what other blogs an
Internet blogger reads.