[Catalyst] New Root Controller in Catalyst 5.66

phaylon phaylon at dunkelheit.at
Sat May 6 17:10:01 CEST 2006


Matt S Trout said:
>
>>>> sub end : Private {
>>>>     my ( $self, $c ) = @_;
>>>>
>>>>     #code before view
>>>>
>>>>     $c->NEXT::end( $c );
>>>>
>>>>     #code after view
>
> Did you change your code to match what I suggested? I'm using this in
> half a dozen apps, so it definitely *does* work if you get it right.

Sure you didn't mean C<< $self->NEXT::end( $c ) >> instead of using $c as
invocant?


p




More information about the Catalyst mailing list