[Catalyst] default template

Jonathan Rockway jon at jrock.us
Fri Dec 29 21:31:11 GMT 2006


Octavian Rasnita wrote:
> sub end : ActionClass('RenderView') {
> my ($self, $c) = @_;
> $c->forward($c->view('TT'));
> }

This will skip all of RenderView's nice features.  Use

   sub end : ActionClass('RenderView') {}

instead.

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;



More information about the Catalyst mailing list