fixed helper
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index ae8898a..6e53d5b 100644 (file)
@@ -223,6 +223,8 @@ $name->config(
     root => '$base/root',
 );
 
+$name->setup;
+
 sub default : Private {
     my ( \$self, \$c ) = \@_;
     \$c->res->output('Congratulations, $name is on Catalyst!');