amaltsev/XAO-Base
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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. See the XAO::Errors manpage. XAO::Objects Loader of dynamic objects, practically everything else in the XAO suite depends on this module. See the XAO::Objects manpage. 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. See the XAO::Projects manpage. XAO::SimpleHash Probably the oldest object in the suite, represents interface to a hash with some extended functionality like URI style references to hashes. See the XAO::SimpleHash manpage. XAO::Utils Variety of small exportable subroutines -- random key generation, text utilities, debugging. See the XAO::Utils manpage. XAO::DO::Config Base configuration object that allows to embed other configuration objects into it. See the XAO::DO::Config manpage. AUTHORS XAO Inc., Copyright (C) 1997-2003