libnet-smtp-server-perl

native Perl SMTP Server implementation for Perl

The Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional module, Net::SMTP::Server::Relay has also been implemented as an example of just one application of this extensibility. See the pod for more details on that module. This extension has been tested on both Unix and Win32 platforms.

libstring-shellquote-perl

module to quote strings for passing through the shell

The String::ShellQuote module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object, plus a command-line interface to it. It is useful for doing robust tool programming, particularly when dealing with files whose names contain white space or shell globbing characters.

python3-pytimeparse

time expression parser - Python 3.x

A small Python library to parse various kinds of time expressions, inspired by this StackOverflow question: http://stackoverflow.com/questions/4628122

node-tacks

Generate fixture modules from folders

This module is a plugin for tap testing framework.

libtest-hasversion-perl

Perl library to check that Perl modules have version numbers

Do you wanna check that every one of your Perl modules in a distribution has a version number? You wanna make sure you don't forget the brand new modules you just added? Well, that's the module you have been looking for. Use it!

libdevel-patchperl-perl

Perl module to patch perl source à la Devel::PPPort's buildperl.pl

Devel::PatchPerl is a modularisation of the patching code contained in Devel::PPPort's buildperl.pl.