Am 20.08.2005 um 06:32 schrieb Sebastian Riedel:
> 1. Plain /controller/method/attr mapping
>
> package MyApp::C::Foo;
>
> sub bar : Local {
> my ( $self, $c, @attrs ) = @_;
> }
>
> 1;
Also forgot the "use base 'Catalyst::Base';" in the examples, guess i
better sleep a bit...
--
sebastian