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

Search results for "dist:XAO-Base base"

XAO::Base - Set of base classes for the XAO family of products River stage one • 4 direct dependents • 6 total dependents

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 ob...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::testcases::base - base class for easier project testing River stage one • 4 direct dependents • 6 total dependents

This class extends Test::Unit::TestCase with a couple of methods useful for project testing....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::Utils - Utility functions widely used by XAO suite River stage one • 4 direct dependents • 6 total dependents

This is not an object, but a collection of useful utility functions....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::Cache - generic interface for caching various data River stage one • 4 direct dependents • 6 total dependents

NOTE: It is almost always better to use Config::cache() method instead of creating a cache directly with its new() method. That will also save on the initialization step - cache object themselves are cached and reused in that case. XAO::Cache is a ge...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::Errors - throwable errors namespace support River stage one • 4 direct dependents • 6 total dependents

Magic module that creates error namespaces for caller's. Should be used in situations like that. Say you create a XAO module called XAO::DO::Data::Product and want to throw errors from it. In order for these errors to be distinguishable you need sepa...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::Objects - dynamic objects loader River stage one • 4 direct dependents • 6 total dependents

Loader for XAO dynamic objects. This module is most extensively used throughout all XAO utilities and packages. The idea of XAO dynamic objects is to seamlessly allow multiple projects co-exist in the same run-time environment -- for instance multipl...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::Projects - project context switcher for XAO River stage one • 4 direct dependents • 6 total dependents

XXX: Need to be proof read - left from Symphero::SiteConfig This object holds all site-specific configuration values and provides various useful methods that are not related to any particular displayable object (see XAO::Objects::Page). In mod_perl c...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Atom - recommended base object for all XAO dynamic objects River stage one • 4 direct dependents • 6 total dependents

Provides some very basic functionality and common methods for all XAO dynamic objects. Atom (XAO::DO::Atom) was introduced in the release 1.03 mainly to make error throwing uniform in all objects. There are many objects currently not derived from Ato...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::TestUtils - testing framework for XAO modules River stage one • 4 direct dependents • 6 total dependents

This module is intended for use only in testing of XAO modules and modules based on XAO. For instance XAO::FS installs a set of tests in system perl directories. XAO::TestUtils and these tests can then be used for testing third party database drivers...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Config - Base object for all configurations River stage one • 4 direct dependents • 6 total dependents

This object provides storage for project specific configuration variables and clipboard mechanism. It can ``embed'' other configuration objects that describe specific parts of the system -- such as database, web or something else. This is done by usi...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::SimpleHash - Simple 2D hash manipulations River stage one • 4 direct dependents • 6 total dependents

Base object from which various hash-like containers are derived. Methods are (alphabetical order, PERL API): * sub contains ($$) Returns key of the element, containing given text. Case is insignificant in comparision. If no value found 'undef' is ret...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Embeddable - recommended base object for XAO embeddable configs River stage one • 4 direct dependents • 6 total dependents

Provides set_base_config() and base_config() methods to embeddable configs based on it....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Cache::Memory - memory storage back-end for XAO::Cache River stage one • 4 direct dependents • 6 total dependents

Cache::Memory is the default implementation of XAO::Cache back-end. It stores data in memory....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Cache::Uncached - a non-caching backend River stage one • 4 direct dependents • 6 total dependents

Cache::Uncached is an implementation that always calls the retrieve method without attempting any caching. Helpful in debugging and development....

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC

XAO::DO::Cache::Memcached - memcached back-end for XAO::Cache River stage one • 4 direct dependents • 6 total dependents

This back end uses either Memcached::Client (preferred) or Cache::Memcached modules to store and access distributed data in memcached servers. It does not work without special support data stored in the site configuration: /cache/memcached => { serve...

AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC
15 results (0.07 seconds)