From: Jess Robinson Date: Fri, 7 Apr 2006 17:27:19 +0000 (+0000) Subject: Reinstate _config call in template X-Git-Tag: 5.7099_04~648 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4d88618969117a90f2f34ae5481ba06d7b405061 Reinstate _config call in template --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 0e04f88..eacfb69 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -554,6 +554,11 @@ use Catalyst qw/-Debug ConfigLoader Static::Simple/; our $VERSION = '0.01'; # +# Configure the application +# +__PACKAGE__->config( name => '[% name %]' ); + +# # Start the application # __PACKAGE__->setup;