From: Jesse Sheidlower Date: Thu, 1 Jun 2006 18:58:49 +0000 (+0000) Subject: config details for Helper.pm; thanks kd X-Git-Tag: 1.09~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43c9d436b1cc5d49204f453742de39c9456ab23c;p=catagits%2FCatalyst-Devel.git config details for Helper.pm; thanks kd --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 8561bd6..37bd5ea 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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 %]' );