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'); }
In reply to Re: Reflections on the design of a pure-Moose web app...
by metaperl
in thread Reflections on the design of a pure-Moose web app...
by locked_user sundialsvc4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |