libpoe-component-ikc-perl
Perl module for POE Inter-Kernel Communication
POE::Component::IKC provides several Inter-Kernel Communication (IKC) methods
for the Perl Object Environment (POE) that help exchange events and related
data between POE kernels.
libtext-multimarkdown-perl
module to convert MultiMarkdown syntax to (X)HTML
Text::MultiMarkdown is a Perl module that extends the functionality of the
Markdown structured text format (see the libtext-markdown-perl package).
Markdown provides a simple way to translate easy-to-read and easy-to-write
structured text into (X)HTML. In turn, this module extends the functionality
by implementing the MultiMarkdown syntax extensions as described in:
<URL:http://fletcherpenney.net/multimarkdown>.
libdevel-trace-perl
Perl module to aid debugging by printing out each line before execution
Devel::Trace does for Perl what set -x does for shell scripts: Run your
program with 'perl -d:Trace program', and it will print each line to
standard error just before it is executed.
libmethod-signatures-perl
method and function declarations with signatures and no source filter
Method::Signatures provides two new keywords, func and method, which
may be used to write subroutines with signatures, very similar to
perl6 signatures.
r5rs-doc
Revised(5) Report on the Algorithmic Language Scheme
libclass-dbi-fromform-perl
Perl module to update Class::DBI data using Data::FormValidator
Class::DBI::FromForm module allows you to create and update Class::DBI data
using Data::FormValidator.