[Catalyst-commits] r12261 - trunk/examples/CatalystAdvent/root/2009/pen

wreis at dev.catalyst.perl.org wreis at dev.catalyst.perl.org
Wed Dec 9 03:15:09 GMT 2009


Author: wreis
Date: 2009-12-09 03:15:06 +0000 (Wed, 09 Dec 2009)
New Revision: 12261

Modified:
   trunk/examples/CatalystAdvent/root/2009/pen/configuration-layouts.pod
Log:
some fixes for advent article - config

Modified: trunk/examples/CatalystAdvent/root/2009/pen/configuration-layouts.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2009/pen/configuration-layouts.pod	2009-12-08 23:06:59 UTC (rev 12260)
+++ trunk/examples/CatalystAdvent/root/2009/pen/configuration-layouts.pod	2009-12-09 03:15:06 UTC (rev 12261)
@@ -75,15 +75,18 @@
     __PACKAGE__->config( 'Plugin::ConfigLoader' => { file => __PACKAGE__->path_to('conf') } );
 
 that will load a config file under C<conf> dir in your app's homedir based on
-current sysuser and hostname and you could even set the C<CONFIG_ENV_SUFFIX>
-env var, thus it would be appended to the config filename.
+current sysuser and hostname (e.g. myapp_wreis_hercule.conf), and you could even set the
+C<CONFIG_ENV_SUFFIX> env var, thus it would be appended to the config local suffix
+(e.g. myapp_wreis_hercule_staging.conf).
 
 Remember that you are still able to load a specific config file at any time by
 setting MYAPP_CONFIG=/path/to/config/file or CATALYST_CONFIG env var.
 
-=head1 See Also
+=head1 SEE ALSO
 
-L<Advent Calendar 2007-15>, L<Catalyst Advent Calendar 2008-10>, L<Catalyst::Plugin::ConfigLoader::Multi>.
+L<Catalyst Advent Calendar 2007-15|http://www.catalystframework.org/calendar/2007/15>,
+L<Catalyst Advent Calendar 2008-10|http://www.catalystframework.org/calendar/2008/10>, 
+L<Catalyst::Plugin::ConfigLoader::Multi>.
 
 =head1 AUTHOR
 




More information about the Catalyst-commits mailing list