NAME
OX::RouteBuilder::Code - OX::RouteBuilder which routes to a coderef
VERSION
version 0.14
SYNOPSIS
package MyApp;
use OX;
router as {
route '/' => sub { "Hello world" };
};
DESCRIPTION
This is an OX::RouteBuilder which allows routing directly to a coderef.
AUTHORS
Stevan Little <stevan.little@iinteractive.com>
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.