all - Load all packages under a namespace
With the all pragma you can load multiple modules that share the same root namespace. This vastly reduces the amount of times you need to spend use'ing modules....
DEXTER/all-0.5101 - 05 Dec 2008 21:31:53 UTC - Search in distribution
EO - A generic base class
This is a base class for the EO module tree. EO is designed to be a well tested, solid, simple, and long living base class that other modules can rely on. EO inherits from Class::Accessor::Chained, and anything that inherits from it can easily create...
JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC - Search in distribution- EO::Hash - hash type collection
- EO::Class - introspection class for Perl.
- EO::Array - array type collection
- 8 more results from EO »
Pipeline - Generic pipeline interface
"Pipelines" are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply....
RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC - Search in distribution- Pipeline::Store - defines the interface for Pipeline store classes
- Pipeline::Base - base class for all classes in Pipeline distribution
- Pipeline::Dispatch - dispatcher for pipeline segments
- 13 more results from Pipeline »
OpenFrame - a framework for network enabled applications
OpenFrame is a framework for network services serving to multiple media channels - for instance, the web, WAP, and digital television. It is built around the Pipeline API, and provides extra abstraction to make delivery of a single application to mul...
RCLAMP/OpenFrame-3.05 - 05 Aug 2004 17:05:26 UTC - Search in distribution- OpenFrame::Cookies - An abstract cookie class
- OpenFrame::Response - An abstract response class
- OpenFrame::Request - An abstract request class
- 6 more results from OpenFrame »
Regexp::Copy - copy Regexp objects
"Regexp::Copy" allows you to copy the contents of one Regexp object to another. A problem that I have found with the qr// operator is that the Regexp objects that it creates are is impossible to dereference. This causes problems if you want to change...
JDUNCAN/Regexp-Copy-0.06 - 16 Jul 2003 11:14:58 UTC - Search in distribution
Messaging::Courier - asynchronous and synchronous access to a message queue.
"Messaging::Courier" is an interface into a message queue. It provides both synchronous and asynchronous access to the queue. The message queue that Courier currently uses is Spread (http://www.spread.org/). This must be installed before using and te...
LBROCARD/Messaging-Courier-0.42 - 25 Feb 2004 17:57:11 UTC - Search in distribution- Messaging::Courier::Config - configuration module for Courier
OpenFrame::AppKit::App - The OpenFrame AppKit application class
The "OpenFrame::AppKit::App" class is designed to be inherited from. It provides all the basic functionality of a pipeline segment, as well as basic functionality that applications will need to start running. To create an application, all you need to...
JDUNCAN/OpenFrame-AppKit-3.03 - 11 May 2003 09:28:07 UTC - Search in distribution- OpenFrame::AppKit - The OpenFrame AppKit
- OpenFrame::AppKit::Session - sessions for OpenFrame
- OpenFrame::AppKit::Segment::TT2 - a pipeline segment to manage sessions
- 4 more results from OpenFrame-AppKit »
XML::DOMBacked - objects backed by a DOM
The "XML::DOMBacked" class lets you back an object on an XML DOM. Think of it as Class::DBI for XML files. You can specifiy things you want to be properties (nodes), attributes, and other objects. XML::DOMBacked takes care of the heavy lifting so tha...
JDUNCAN/XML-DOMBacked-1.00 - 20 Sep 2005 14:56:41 UTC - Search in distribution
Attribute::Signature - allows you to define a call signature for subroutines
This module allows you to declare calling and returning signatures for a method. As yet it does not provide multimethod type functionality, but it does prevent you from writing lots of annoying code to check argument types inside your subroutine. "At...
CHORNY/Attribute-Signature-1.11 - 21 May 2015 10:30:30 UTC - Search in distribution