Reinstate _config call in template
[catagits/Catalyst-Runtime.git] / 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;