Reinstate _config call in template
Jess Robinson [Fri, 7 Apr 2006 17:27:19 +0000 (17:27 +0000)]
lib/Catalyst/Helper.pm

index 0e04f88..eacfb69 100644 (file)
@@ -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;