The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

  • schema_dir

    Returns a string containing the directory under which Alzabo schema objects are stored in serialized form. There will be one directory per schema under the directory returned.

  • available_schemas

    Returns a list of strings containing the names of the available schemas.

    Exceptions:

    FileSystemException - an error occurred trying to open or close a directory.

  • mason_web_dir

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

  • mason_url_path

    Returns the relative path to the Alzabo Mason components.

  • mason_extension

    Returns the used by the Alzabo Mason components.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 68:

=over without closing =back