Credits for last fix, plus, Pod fix for the "Using a local configuration file" sectio...
Brian Cassidy [Wed, 19 Aug 2009 12:00:59 +0000 (12:00 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader/Manual.pod

diff --git a/Changes b/Changes
index 00b5ca4..af0e241 100644 (file)
--- 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)
index 5772207..d3f6bfb 100644 (file)
@@ -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<myapp.local>, 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<myapp_local.ext> (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