From: Brian Cassidy Date: Wed, 19 Aug 2009 12:00:59 +0000 (+0000) Subject: Credits for last fix, plus, Pod fix for the "Using a local configuration file" sectio... X-Git-Tag: v0.28~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddb0ab257320d0348fcf5e6bde2ded302a46ca09;hp=dbb54194dcca7a1e2e9bab27b66cc202da2f2124;p=catagits%2FCatalyst-Plugin-ConfigLoader.git Credits for last fix, plus, Pod fix for the "Using a local configuration file" section of the Manual (RT #48823) --- diff --git a/Changes b/Changes index 00b5ca4..af0e241 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. 0.28 XXX - - Pod Fixes related to config_substitutions() + - Pod Fixes related to config_substitutions() (Oleg Kostyuk) + - Pod fix for the "Using a local configuration file" section of + the Manual (RT #48823) 0.27 Thu Aug 13 2009 - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651) diff --git a/lib/Catalyst/Plugin/ConfigLoader/Manual.pod b/lib/Catalyst/Plugin/ConfigLoader/Manual.pod index 5772207..d3f6bfb 100644 --- a/lib/Catalyst/Plugin/ConfigLoader/Manual.pod +++ b/lib/Catalyst/Plugin/ConfigLoader/Manual.pod @@ -216,10 +216,10 @@ Each developer, and the web server, would set the environment variable to load their proper configuration file. All of the configurations can be stored properly in source control. -If there is no C, and the individual configuration files contain -something required to start the application, such as the Model's data source -definition, the applicaton won't start unless the environment variable -is set properly. +If there is no C (where .ext is a supported extension), and +the individual configuration files contain something required to start the +application, such as the Model's data source definition, the applicaton won't +start unless the environment variable is set properly. =cut