config details for Helper.pm; thanks kd
Jesse Sheidlower [Thu, 1 Jun 2006 18:58:49 +0000 (18:58 +0000)]
lib/Catalyst/Helper.pm

index 8561bd6..37bd5ea 100644 (file)
@@ -559,7 +559,12 @@ use Catalyst qw/-Debug ConfigLoader Static::Simple/;
 our $VERSION = '0.01';
 
 #
-# Configure the application 
+# Configure the application. 
+#
+# Note that settings in [% name %].yml take precedence over
+# this when using ConfigLoader. Thus configuration details
+# given here can function as a default configuration, with a
+# YAML file acting as an override for local deployment.
 #
 __PACKAGE__->config( name => '[% name %]' );