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

Search results for "KESTEB"

xas-spooler - monitor spool directories River stage zero No dependents

This procedure is a spool file processor. It scans directories and places items into queues on a message queue server. This is configuration file driven....

KESTEB/XAS-Spooler-0.03 - 31 Aug 2016 15:13:07 UTC - Search in distribution

xas-collector - Collects events for the XAS environment River stage zero No dependents

This procedure monitors queues on the the message queue server and process any entries on those queues. This uses a configuration file to load the specific modules needed to do this task....

KESTEB/XAS-Collector-0.03 - 23 Aug 2016 20:13:07 UTC - Search in distribution

Supervisor - A process to supervisor other processes River stage zero No dependents

A supervisor is a process that controls other processes. One of the most well known ones is /sbin/init, which is ran by the *nix kernel to set up the initial environment. Init is also used to monitor and keep processes running when they exit. While t...

KESTEB/Supervisor-0.08 - 14 Jul 2010 15:39:25 UTC - Search in distribution

App::Main - A test handler for Scaffold River stage zero No dependents

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC - Search in distribution

Backup::Omni - A set of modules to interact with HP DataProtector River stage zero No dependents

This is a set of modules to help automate some tasks with HP's DataProtector (OmniBack) product. With these modules it is possible to restore items from the Filesystem object, monitor sessions, retrieve session results and messages from the command l...

KESTEB/Backup-Omni-0.02 - 01 Mar 2013 18:06:36 UTC - Search in distribution

Stack::Persistent - A persistent stack River stage zero No dependents

This module can be used as follows: use Stack::Persistent; $stack = Stack::Persistent->new(); $stack->push('default', 'some really cool stuff'); printf("There are %s items on the stack\n", $stack->items('default')); printf("My data is: %s\n", $stack-...

KESTEB/Stack-Persistent-0.04 - 19 Dec 2008 17:23:45 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

Gantry::Exception - Structured exceptions for Gantry River stage one • 3 direct dependents • 3 total dependents

This module extends Exception::Class and defines a base set of exceptions for Gantry. You can extend this class with your own exceptions. When you do this, you will need to write an exception handler named exception_handler(). This method will reciev...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

Gantry::Plugins::Uaf - A User Authentication and Authorization Framework River stage zero No dependents

This plugin mixes in a method that will provide session authentication and user authorization. Session authentication is based on a valid username and password. While user authorization is based on application defined rules which grant access to reso...

KESTEB/Gantry-Plugins-Uaf-0.03 - 18 Aug 2008 20:17:53 UTC - Search in distribution

POE::Component::Client::Stomp - A Perl extension for the POE Environment River stage one • 1 direct dependent • 1 total dependent

This module handles the nitty-gritty details of setting up the communications channel to a message queue server. You will need to sub-class this module with your own for it to be usefull. An attempt to maintain that channel will be made when/if that ...

KESTEB/POE-Component-Client-Stomp-0.12 - 27 Apr 2012 03:55:53 UTC - Search in distribution

Gantry::Plugins::Session - Plugin for cookie based session management River stage zero No dependents

This plugin mixes in a method that will provide simple session management. Session management is done by setting a cookie to a known value. The session cookie will only last for the duration of the browser's usage. The session cookie can be considere...

KESTEB/Gantry-Plugins-Session-0.04 - 25 Jun 2009 00:27:33 UTC - Search in distribution

Regexp::Log::Progress - A set of regex's to parse Progress log files River stage zero No dependents

These modules provide a set of regex's to parse various Progress OpenEdge log files. As of 10.2B, the default format for a Progress log line is as follows: [06/10/31@14:07:15.892-0400] P-002702 T-002867 2 4GL DYNOBJECTS message Where: * 06/10/31 - is...

KESTEB/Regexp-Log-Progress-0.03 - 16 Mar 2015 18:15:03 UTC - Search in distribution

POE::Component::Client::Stomp::Utils - A set of utility routines for POE clients that wish to use a Message Queue server that understands the Stomp protocol. River stage one • 2 direct dependents • 2 total dependents

Your program could use this module in the following fashion: use POE; use POE::Component::Client::Stomp; use POE::Component::Client::Stomp::Utils; my $stomp = POE::Component::Client::Stomp::Utils->new(); my $frame = $stomp->connect({login => 'test', ...

KESTEB/POE-Component-Client-Stomp-Utils-0.02 - 06 Apr 2011 03:02:49 UTC - Search in distribution

XAS::Service::Search - A class to build database queries. River stage zero No dependents

This module takes a set of parameters and builds search criteria and optional actions for that criteria. PAGING Paging of the data source is implemented with these parameters. start The start of the offset within the data store. This is a positive in...

KESTEB/XAS-Service-0.01 - 01 Sep 2016 20:22:55 UTC - Search in distribution

POE::Filter::Stomp - Perl extension for the POE Environment River stage one • 2 direct dependents • 2 total dependents

This module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.o...

KESTEB/POE-Filter-Stomp-0.04 - 04 Jun 2010 16:04:54 UTC - Search in distribution

POE::Component::Log4perl - Perl extension for the POE Environemt River stage one • 1 direct dependent • 1 total dependent

Well, just what everybody needs, another logging module for the POE environment. This one will encapsulate the Log4perl modules to do the logging. This modules understands the following parameters: Alias - The alias for the session Category - The cat...

KESTEB/POE-Component-Log4perl-0.03 - 04 Oct 2009 03:18:55 UTC - Search in distribution

XAS::Logmon::Input::Tail - A class to tail a file River stage zero No dependents

This package tails a file. It will autoload mixins to handle the actual file tailing. These mixins may be specific to a particular platform. Housekeeping for file positioning is kept in "state" files. This is to allow for process restarts. The assump...

KESTEB/XAS-Logmon-0.01 - 23 Aug 2016 20:14:34 UTC - Search in distribution

Acme::CPANAuthors::CPAN::MostScripts - Authors with the most number of scripts on CPAN River stage one • 2 direct dependents • 2 total dependents

This module lists 50 CPAN authors with the most number of scripts on CPAN. This list is produced by querying a local mini CPAN mirror using this command: % lcpan authors-by-script-count | head -n 50 Statistics of the CPAN mirror: +-------------------...

PERLANCAR/Acme-CPANAuthors-CPAN-MostScripts-0.005 - 09 Dec 2021 00:06:12 UTC - Search in distribution

DBIx::Class::Storage::DBI::OpenEdge - Support for OpenEdge Advance Server River stage one • 1 direct dependent • 1 total dependent

This is the base class for Progress Sofware's OpenEdge Advance Server database product. It requires the OpenEdge Client package to be installed to be usable....

KESTEB/DBIx-Class-Storage-DBI-OpenEdge-0.02 - 07 Aug 2013 15:42:54 UTC - Search in distribution

DBIx::Class::Storage::DBI::ODBC::OPENEDGE - Support specific for OpenEdge over ODBC River stage zero No dependents

This class implements support specific to access Progress Softwares OpenEdge Advance Server over ODBC. It is a subclass of DBIx::Class::Storage::DBI::ODBC and DBIx::Class::Storage::DBI::OpenEdge, see those classes for more information. It is loaded a...

KESTEB/DBIx-Class-Storage-DBI-ODBC-OPENEDGE-0.02 - 07 Aug 2013 15:43:06 UTC - Search in distribution
21 results (0.022 seconds)