The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "APR::Pool"

APR::Pool - Perl API for APR pools River stage three • 155 direct dependents • 183 total dependents

"APR::Pool" provides an access to APR pools, which are used for an easy memory management. Different pools have different life scopes and therefore one doesn't need to free allocated memory explicitly, but instead it's done when the pool's life is ge...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

APR::Emulate::PSGI - Class that Emulates the mod_perl2 APR Object (Apache2::RequestRec, et al) River stage zero No dependents

This class emulates the mod_perl2 APR object. It expects either a PSGI environment hashref to be passed in, or to read HTTP environment information from the global %ENV. Currently this module is little more than a proof of concept. There are rough ed...

KOLIBRIE/APR-Emulate-PSGI-0.03 - 16 Mar 2014 02:00:38 UTC - Search in distribution

ASP4::Mock::Pool - Mimics the $r->pool APR::Pool object River stage one • 4 direct dependents • 4 total dependents

This package mimics the APR::Pool object obtained via $r->pool in a normal mod_perl2 environment....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

Apache2::ASP::Mock::Pool - Mimics the $r->pool APR::Pool object River stage zero No dependents

This package mimics the APR::Pool object obtained via $r->pool in a normal mod_perl2 environment, and is used by Apace2::ASP::API....

JOHND/Apache2-ASP-2.46 - 25 Mar 2011 17:47:10 UTC - Search in distribution

RiveScript::WD - RiveScript 2.00 Working Draft (2014/11/30) River stage zero No dependents

This document details the standards for the RiveScript scripting language. The purpose of this document is that interpreters for RiveScript could be written in various programming languages that would meet the standards for the RiveScript language it...

KIRSLE/RiveScript-v2.0.4 - 26 Nov 2022 04:58:27 UTC - Search in distribution

CHANGES River stage zero No dependents

This is a list of the main changes between different versions of SVN::Web. Please see UPDATING.pod for details about any changes you may need to make when updating an SVN::Web installation. 0.63, released Oct 17, 2012 * More improvements to UTF8 hand...

DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC - Search in distribution

GRID::Cluster - Virtual clusters using SSH links River stage zero No dependents

This module is based on the module GRID::Machine. It provides a set of methods to create 'virtual' clusters by the use of SSH links for communications among different remote hosts. Since main features of "GRID::Machine" are zero administration and mi...

EDUSEGRE/GRID-Cluster-0.04 - 18 Jan 2011 13:29:38 UTC - Search in distribution

svn-bisect River stage zero No dependents

This tool's purpose is to help you determine which revision of a subversion repository contains a change. It does this by employing a binary search. It will manage the current revision of your checkout directory, and narrow in on the target revision,...

INFINOID/App-SVN-Bisect-1.1 - 29 Aug 2010 13:56:37 UTC - Search in distribution

Regexp::Common::debian - regexps for Debian specific strings River stage one • 1 direct dependent • 2 total dependents

Debian GNU/Linux as a management system validates, parses, and generates a lots of data. For sake of some other project I've needed some kind of parser. And, at time of starting, there're reasons to go myself. Those reasons are moot now but here we a...

WHYNOT/Regexp-Common-debian-v0.2.14 - 05 Jul 2014 20:13:31 UTC - Search in distribution

Apache2::API - Apache2 API Framework River stage one • 1 direct dependent • 2 total dependents

This module provides a comprehensive, powerful, yet simple framework to access Apache mod_perl's API <https://perl.apache.org/docs/2.0/api/> and documented appropriately. Apache mod_perl is an awesome framework, but quite complexe with a steep learni...

JDEGUEST/Apache2-API-v0.3.0 - 10 Apr 2024 07:00:28 UTC - Search in distribution

Apache::DB - Run the interactive Perl debugger under mod_perl River stage zero No dependents

Perl ships with a very useful interactive debugger, however, it does not run "out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few adjustments so the two will cooperate....

LZE/Apache-DB-0.18 - 17 May 2020 09:26:08 UTC - Search in distribution

Apache::DB - Run the interactive Perl debugger under mod_perl River stage zero No dependents

Perl ships with a very useful interactive debugger, however, it does not run "out-of-the-box" in the Apache/mod_perl environment. Apache::DB makes a few adjustments so the two will cooperate....

KES/Devel-DebugHooks-0.07 - 26 Apr 2023 02:08:39 UTC - Search in distribution

ExtUtils::XSBuilder - Automatic Perl XS glue code generation River stage two • 1 direct dependent • 35 total dependents

ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. Since no C API is ideal, some adjuments are necessary m...

GRICHTER/ExtUtils-XSBuilder-0.28 - 08 Apr 2006 15:04:09 UTC - Search in distribution

Apache2::ModXml2 - makes mod_xml2 funtionality available to perl modules River stage zero No dependents

"Apache2::ModXml2" is a wrapper for the mod_xml2 API. It allows you to write filters that modify the outgoing XML/HTML by modifying "XML::LibXML" nodes. The apache module mod_xml2 implements the "node" filter. This filter runs the libxml2 parser on t...

JZOBEL/Apache2-ModXml2-0.01 - 22 Apr 2012 09:16:37 UTC - Search in distribution

Apache2::Request - Methods for dealing with client request data River stage two • 18 direct dependents • 34 total dependents

The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either *application/x-www-form-urlencoded* or *multipart/form-data*. Although Apache2::Request provides a few new APIs for accessing the parsed data, it rem...

SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC - Search in distribution

Apache2::ModLogConfig - a Perl interface to mod_log_config River stage zero No dependents

The reason to start this module was to monitor the number of incoming and outgoing bytes for each request. "mod_log_config" in combination with "mod_logio" can log these numbers. But in Perl they are really hard to get. "mod_logio" uses a network-lev...

OPI/Apache2-ModLogConfig-0.01 - 05 Mar 2011 19:13:38 UTC - Search in distribution

IPC::Semaphore::SmokeSignals - A mutex and an LRU from crack pipe technology River stage zero No dependents

A friend couldn't get APR::ThreadMutex to work so I offered to roll my own mutual exclusion code when, *bong*, I realized this would be trivial to do with a simple pipe. It is easiest to use as a very simple mutex (see Synopsis above). You can also u...

TYEMQ/IPC-Semaphore-SmokeSignals-0.001002 - 15 Jan 2015 05:10:04 UTC - Search in distribution

Mail::SpamAssassin::Spamd River stage two • 13 direct dependents • 18 total dependents

This module contains a skeleton for handling client request in spamd implementation. Must not be used directly, but subclassed. An instance should have lifetime of a single request. Interface is likely to change. See the source code of spamd(1) and M...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

Apache2::Dummy::RequestRec - dummy Apache request record class for testing River stage zero No dependents

Apache2::Dummy::RequestRec can be used to test Apache2 mod_perl request handlers without an actual web server running. The difference to other similar modules is, that it uses APR::Table and APR::Pool to act much more like a real Apache....

JFF/Apache2-Dummy-RequestRec-0.03 - 16 Dec 2021 08:16:09 UTC - Search in distribution

APR::HTTP::Headers::Compat - Make an APR::Table look like an HTTP::Headers River stage zero No dependents

Under mod_perl HTTP headers are stashed in APR::Table objects. Sometimes you will encounter code (such as FirePHP::Dispatcher) that needs an HTTP::Headers. This module wraps an "APR::Table" in a subclass of "HTTP::Headers" so that it can be used wher...

ANDYA/APR-HTTP-Headers-Compat-0.02 - 11 Jun 2009 23:55:32 UTC - Search in distribution
20 results (0.056 seconds)