in reply to Reflections on the design of a pure-Moose web app...
I guess your app which uses Mojolicious is?use base 'Mojolicious'; sub startup { my $self = shift; my $r = $self->routes; $r->route('/:controller/:action') ->to(controller => 'foo', action => 'bar'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reflections on the design of a pure-Moose web app...
by locked_user sundialsvc4 (Abbot) on Mar 23, 2009 at 19:30 UTC |