Hi, This patch fixes a minor error in the ConfigLoader documentation. (It refered to myapp.local when it meant myapp_local.conf)
Also reported as RT#48823 ta, Toby
commit eb6a0cfc82bd57c2ad0f4eab3d08257b43628ea1 Author: Toby Corkindale <[email protected]> Date: Wed Aug 19 15:33:51 2009 +1000 [POD] Fix mistake in documentation. 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<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
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
