Dave Rolsky > Alzabo-GUI-Mason-0.1 > Alzabo::GUI::Mason::Config

Download:
Alzabo-GUI-Mason-0.1.tar.gz

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

Alzabo::GUI::Mason::Config - Alzabo Mason GUI configuration information

SYNOPSIS ^

  use Alzabo::GUI::Mason::Config

  print Alzabo::Config::mason_web_dir;

DESCRIPTION ^

This module contains functions related to Alzabo configuration information.

FUNCTIONS ^

mason_web_dir ($web_dir)

If a value is passed to this method then the Mason component directory is temporarily changed. This change lasts as long as your application remains in memory. However, since changes are not written to disk it will have to be changed again.

Returns

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

mason_extension

If a value is passed to this method then the Mason extension is temporarily changed. This change lasts as long as your application remains in memory. However, since changes are not written to disk it will have to be changed again.

Returns

The file extension used by the Alzabo Mason components.