aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Application-Plugin-ConfigAuto/pkg-descr
blob: d58b32c0c52587104caf2042d9249b7cb31dacd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules. Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request.

The format is detected automatically using Config::Auto. It is known to
support the following formats: colon separated, space separated, equals
separated, XML, Perl code, and Windows INI. See that modules
documentation for complete details.

WWW: http://search.cpan.org/dist/CGI-Application-Plugin-ConfigAuto/