Using that from Catalyst
- In KitiWiki::Controller::Root:
sub hello :Local {
my ($self, $c) = @_;
$c->stash->{template} = 'hello.tt';
}
| Catalyst | Introducing Catalyst | #21 |
sub hello :Local {
my ($self, $c) = @_;
$c->stash->{template} = 'hello.tt';
}
| "" |