Perl module for BerkeleyDB 2.x and greater BerkeleyDB is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 2 or greater. (Note: if you want to use version 1 of Berkeley DB with Perl you need the ...
Regular expression-based Perl Parser for NCBI Entrez Gene Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It parses an ASN.1-formatted Entrez Gene ...
BioPerl core modules Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics ...
BioPerl wrappers for external programs Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics ...
Bit-Vector module for perl Bit-Vector module for perl. Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes.
A simple IRC bot base class A basic bot system written in Perl, designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background.
Boulder - An API for hierarchical tag/value structures Boulder - An API for hierarchical tag/value structures.
BSD process resource limit and priority functions BSD-Resource module for perl.
The Cache interface Cache perl module.
Cache-Cache module for perl Cache-Cache module for perl. The Cache modules are designed to assist a developer in persisting data for a specified period of time.
Uses an mmap'ed file to act as a shared memory interprocess cache A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a ...
Carp::Assert - executable comments Carp::Assert is intended for a purpose like the ANSI C library assert.h. If you're already familiar with assert.h, then you can probably skip this and go straight to the FUNCTIONS section.
Convenience wrappers around Carp::Assert module Carp::Assert::More is a set of wrappers around the Carp::Assert functions to make the habit of writing assertions even easier.
Carp-Clan module for perl Carp-Clan module for perl. This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on ...
Sensible default end action This action implements a sensible default end action, which will forward to the first available view, unless status is set to 3xx, or there is a response body. It also allows you to pass dump_info=1 ...
Stash your lexical goodness This plugin lets you put your lexicals on the stash and elsewhere very easily. It uses some funky modules to get it's job done: PadWalker, Array::RefElem, Devel::Caller, Devel::LexAlias and ...
Catalyst Development Tools Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java) and Maypole, upon which it was originally based. This package ...
Catalyst Apache Engines This package contains mod_perl handlers for Catalyst.
Catalyst DBI Model Class This is the DBI model class for Catalyst. It is nothing more than a simple wrapper for DBI.
Catalyst LDAP Model Class This is the Net::LDAP model class for Catalyst. It is nothing more than a simple wrapper for Net::LDAP.
ACL support for Catalyst applications This module provides Access Control List style path protection, with arbitrary rules for Catalyst applications. It operates only on the Catalyst private namespace, at least at the moment.
Authenticate a user against PAM This is an authentication credential checker that verifies passwords using a specified PAM service.
Role based authorization for Catalyst based on Catalyst::Plugin::Authentication Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If ...
Authentication and authorization against a Class::DBI model This Catalyst plugin uses a DBIx::Class (or Class::DBI) object to authenticate a user.
Authentication database in $c->config This plugin uses Authen::Htpasswd to let your application use .htpasswd files for it's authentication storage.
Catalyst - Authentication from an LDAP Directory This plugin uses Net::LDAP to let your application authenticate against an LDAP directory. It has a pretty high degree of flexibility, given the wide variation of LDAP directories and schemas from ...
Cookie-based session plugin for Catalyst In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client ...
FastMmap session storage backend Catalyst::Plugin::Session::Store::FastMmap is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap.
File storage backend for session data Catalyst::Plugin::Session::Store::File is an easy to use storage plugin for Catalyst that uses an simple file to act as a shared memory interprocess cache. It is based on Cache::FileCache.
Infrastructure plugin for the Catalyst authentication framework The authentication plugin provides generic user support. It is the basis for both authentication (checking the user is who they claim to be), and authorization (allowing the user to do what the ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |