From: Sebastian Riedel Date: Thu, 31 Mar 2005 15:19:36 +0000 (+0000) Subject: fixed helper X-Git-Tag: 5.7099_04~1641 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5811fa3e32d0a6631c2b89d64b06c2680423b967 fixed helper --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index ae8898a..6e53d5b 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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!');