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

NAME

Alzabo::Config - Alzabo configuration information

SYNOPSIS

  use Alzabo::Config

  print Alzabo::Config::schema_dir;

DESCRIPTION

This module contains functions related to Alzabo configuration information.

FUNCTIONS

root_dir

The root directory for your Alzabo installation.

schema_dir

Returns

The directory under which Alzabo schema objects are stored in serialized form.

available_schemas

Returns

A list containing the names of the available schemas. There will be one directory for each schema under the directory returned. Directories which cannot be read will not be included in the list.

Throws

Alzabo::Exception::System

mason_web_dir

Returns

The path to the root directory for the Alzabo Mason components.

mason_extension

Returns

The file extension used by the Alzabo Mason components.