fixed helper
Sebastian Riedel [Thu, 31 Mar 2005 15:19:36 +0000 (15:19 +0000)]
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!');