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

NAME

XAO::Base - Set of base classes for the XAO family of products

DESCRIPTION

XAO::Base is really a collection of some very basic modules that are used throughout XAO suite. They include:

XAO::Errors

Generator of error namespaces for use in error throwing catching.

XAO::Objects

Loader of dynamic objects, practically everything else in the XAO suite depends on this module.

XAO::Projects

Registry of projects and context switcher. Mostly used in XAO::Web to store site configurations and database handlers in mod_perl environment, but is not limited to that.

XAO::SimpleHash

Probably the oldest object in the suite, represents interface to a hash with some extended functionality like URI style references to hashes.

XAO::Utils

Variety of small exportable subroutines -- random key generation, text utilities, debugging.

XAO::DO::Config

Base configuration object that allows to embed other configuration objects into it.

AUTHORS

XAO Inc., Copyright (C) 1997-2003