[Catalyst-commits] r11164 - in trunk/Catalyst-Plugin-ConfigLoader:
. lib/Catalyst/Plugin/ConfigLoader
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Wed Aug 19 12:00:59 GMT 2009
Author: bricas
Date: 2009-08-19 12:00:59 +0000 (Wed, 19 Aug 2009)
New Revision: 11164
Modified:
trunk/Catalyst-Plugin-ConfigLoader/Changes
trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader/Manual.pod
Log:
Credits for last fix, plus, Pod fix for the "Using a local configuration file" section of the Manual (RT #48823)
Modified: trunk/Catalyst-Plugin-ConfigLoader/Changes
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/Changes 2009-08-19 11:53:55 UTC (rev 11163)
+++ trunk/Catalyst-Plugin-ConfigLoader/Changes 2009-08-19 12:00:59 UTC (rev 11164)
@@ -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)
Modified: trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader/Manual.pod
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader/Manual.pod 2009-08-19 11:53:55 UTC (rev 11163)
+++ trunk/Catalyst-Plugin-ConfigLoader/lib/Catalyst/Plugin/ConfigLoader/Manual.pod 2009-08-19 12:00:59 UTC (rev 11164)
@@ -216,10 +216,10 @@
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
More information about the Catalyst-commits
mailing list