pkgsrc-wip/p5-CGI-Application-Plugin-ConfigAuto/DESCR
Francisco Valladolid H 87a8d5108a initial import
2009-01-29 06:48:31 +00:00

7 lines
316 B
Text

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.
n other words, the config file is not parsed until it is
actually needed.