2009-02-15 22:05:12 +01:00
|
|
|
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.
|
|
|
|
|
2012-01-08 08:01:25 +01:00
|
|
|
The format is detected automatically using Config::Auto. It is known to
|
2009-02-15 22:05:12 +01:00
|
|
|
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/
|