Sam Vilain > PSA-0.49_01 > PSA::Init

Download:
PSA-0.49_01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

PSA::Init - utility functions for writing PSA handlers

SYNOPSIS ^

 # simplest use - get cmdline args and supply
 use PSA qw(Init);
 PSA::Init::run(%options, @ARGV);

 # more incremental use

DESCRIPTION ^

PSA::Init is the handler called by the psa wrapper script.

It is responsible for auto-detecting the site layout, as well as loading the configuration, switching users and so on.