X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=6e53d5b224ba6aa64b858c2c5560c7065faab8d8;hb=5811fa3e32d0a6631c2b89d64b06c2680423b967;hp=ae8898a70c3bef29e71346db693b1424ef607112;hpb=aa64badacdc24647a55bf96f3e682fdaf9461e22;p=catagits%2FCatalyst-Runtime.git 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!');