Signify is a neat little Perl program that allows a semi-random email
signature to be generated from a set of rules. You can create multiple
sections where each section can be one of an unlimited number of
possibilities, each with its own weighting so those really cool quotes
can appear more often than others. Sections can be placed next to each
other vertically to create columns. You can even format each section
independently as left/right/center and top/bottom/vcenter.
Some email clients, such as Mutt, can be made to automatically invoke
signify when you write a new email message.
Submitted and maintained by Andreas Kahari <andreas.kahari at unix.net>
This module allows Maypole applications to have the
concept of a user, and to track that user using cookies
and sessions.
It provides three methods to be inherited by a Maypole
class. The first is get_user, which tries to populate the
user slot of the Maypole request object.
from Sam Smith <S at msmith.net>
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "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.
ok sturm@
This module provides a simple, convenient, abstracted and
extensible manner for validating and untainting the input
from web forms.
from Sam Smith <S at msmith.net>
"ExtUtils::ParseXS" will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and
creates the glue necessary to let Perl access those functions.
ok sturm@
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner. It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well. However, it is not intended as a general
cross-platform interface to all your C building needs.
ok sturm@