NAME

PSA::Config - Site configuration

SYNOPSIS

print $psa->config->whatever

# or, in a PSA page;

my $psa = shift;
if ($psa->config->foo) {

}

DESCRIPTION

PSA::Config provides access to the application level configuration. Currently, this is achieved via the YAML module.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 88:

=cut found outside a pod block. Skipping to next block.