Skip Menu |

This queue is for tickets about the Catalyst-Plugin-ConfigLoader CPAN distribution.

Report information
The Basics
Id: 48823
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-ConfigLoader

People
Owner: Nobody in particular
Requestors: TJC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.27
Fixed in: (no value)



Subject: [POD] Doc patch fixing error in documentation.
There was a small error in the documentation, which this patch corrects.
Subject: doc.patch
commit eb6a0cfc82bd57c2ad0f4eab3d08257b43628ea1 Author: Toby Corkindale <tjc@cpan.org> 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
Checked in as svn revision 11164. Thank you.