NAME
Yukki::Web::Router - send requests to the correct controllers, yo
VERSION
version 0.140290
DESCRIPTION
This maps incoming paths to the controllers that should be used to handle them. This is based on Path::Router, but adds "slurpy" variables.
EXTENDS
ATTRIBUTES
route_class
Defaults to Yukki::Web::Router::Route.
inline
This is turned off because inline slurpy routing is not implemented.
app
This is the Yukki handler.
METHODS
BUILD
Builds the routing table used by Yukki::Web.
AUTHOR
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Qubling Software LLC.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.