IOC - A lightweight IOC (Inversion of Control) framework
This module provide a lightweight IOC or Inversion of Control framework. Inversion of Control, sometimes called Dependency Injection, is a component management style which aims to clean up component configuration and provide a cleaner, more flexible ...
STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC - Search in distribution
perlepigraphs - list of Perl release epigraphs
Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
thrall - a simple PSGI/Plack HTTP server which uses threads
Thrall is a standalone HTTP/1.1 server with keep-alive support. It uses threads instead pre-forking, so it works correctly on Windows. It is pure-Perl implementation which doesn't require any XS package. Thrall was started as a fork of Starlet server...
DEXTER/Thrall-0.0305 - 04 Jan 2017 14:40:07 UTC - Search in distribution
Net::Server - Extensible, general Perl server engine
"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...
RHANDOM/Net-Server-2.010 - 22 Mar 2021 15:23:31 UTC - Search in distribution- Net::Server::Daemonize - Safe fork and daemonization utilities
FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required.
Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...
PLICEASE/FFI-Platypus-1.58 - 19 Jun 2022 12:21:14 UTC - Search in distribution
data2wig.pl - A program to convert a generic data file into a wig file.
This program will convert any tab-delimited data text file into a wiggle formatted text file. This requires that the file contains not only the scores bu also chromosomal coordinates, i.e. chromosome, start, and (optionally) stop. The program should ...
TJPARNELL/Bio-ToolBox-1.68 - 24 Jan 2021 19:38:27 UTC - Search in distribution- get_datasets.pl - A program to collect data for a list of features
- data2bed.pl - A program to convert a data file to a bed file.
- data2gff.pl - A program to convert a generic data file to GFF format.
- 19 more results from Bio-ToolBox »
starlight - a light and pure-Perl PSGI/Plack HTTP server with pre-forks
Starlight is a standalone HTTP/1.1 server with keep-alive support. It uses pre-forking. It is pure-Perl implementation which doesn't require any XS package. Starlight was started as a fork of Thrall server which is a fork of Starlet server. It has al...
DEXTER/Starlight-0.0400 - 13 Mar 2020 13:49:02 UTC - Search in distribution
Mail::IMAPTalk - IMAP client interface with lots of features
This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules. * It parses the more complex IMAP structures like ...
ROBN/Mail-IMAPTalk-4.04 - 22 Oct 2016 02:17:14 UTC - Search in distribution
TAP::Parser - Parse TAP output
"TAP::Parser" is designed to produce a proper parse of TAP output. For an example of how to run tests through this module, see the simple harnesses "examples/". There's a wiki dedicated to the Test Anything Protocol: <http://testanything.org> It incl...
LEONT/Test-Harness-3.44 - 17 Apr 2022 15:14:25 UTC - Search in distribution
Test::Class - Easily create test classes in an xUnit/JUnit style
Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution- Test::Class::Load - Load Test::Class classes automatically.
- Test::Class::MethodInfo - the info associated with a test method
Test::Block - DEPRECIATED: Specify fine granularity test plans
NOTE: This module was written before subtests existed in TAP and Test::More. These days subtests will probably be a better option for you. This module allows you to specify the number of expected tests at a finer level of granularity than an entire t...
ADIE/Test-Block-0.13 - 24 Jan 2012 21:05:40 UTC - Search in distribution
Template::Pure - Perlish Port of pure.js and more
NOTE WARNING: Early access module. Although we have a lot of test cases and this is the third redo of the code I've not well tested certain features (such as using an object as a data context) and other parts such as the way we handle undefined value...
JJNAPIORK/Template-Pure-0.033 - 26 Jan 2017 17:46:07 UTC - Search in distribution
Class::Agreement - add contracts to your Perl classes easily
Class::Agreement is an implementation of behavioral contracts for Perl5. This module allows you to easily add pre- and postconditions to new or existing Perl classes. This module provides contracts such as dependent contracts, contracts for higher-or...
IAN/Class-Agreement-0.02 - 13 Dec 2005 04:30:33 UTC - Search in distribution
DataCube - An Object Oriented Perl Module for Data Mining, Data Warehousing, and creating OLAP cubes.
This module provides a pure perl, object oriented, embeddable data cubing engine. It is self contained and ready to use in data mining and data warehousing applications....
DAVEGMX/DataCube - 13 Aug 2009 20:20:49 UTC - Search in distribution
Test::Warn - Perl extension to test methods for warnings
A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...
BIGJ/Test-Warn-0.36 - 23 Jun 2018 10:12:42 UTC - Search in distribution
Magazine_Article_03 - A Plan for Pugs
HINRIK/Perl6-Doc-0.47
-
06 Dec 2010 03:25:27 UTC
-
Search in distribution
Email::Find - Find RFC 822 email addresses in plain text
Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822...
MIYAGAWA/Email-Find-0.10 - 16 Jan 2007 19:45:28 UTC - Search in distribution
Date::Manip::Changes5 - changes in Date::Manip 5.xx
SBECK/Date-Manip-6.88
-
02 Jun 2022 17:02:44 UTC
-
Search in distribution
Net::LMTP - Local Mail Transfer Protocol Client
This module implements a client interface to the LMTP protocol, enabling a perl5 application to talk to LMTP servers. This documentation assumes that you are familiar with the concepts of the LMTP protocol described in RFC2033. This module is based o...
LHOWARD/Net-LMTP-0.02 - 15 May 2001 17:05:04 UTC - Search in distribution