
OX::RouteBuilder::Code - OX::RouteBuilder which routes to a coderef

version 0.04

package MyApp;
use OX;
router as {
route '/' => sub { "Hello world" };
};

This is an OX::RouteBuilder which allows routing directly to a coderef.


This software is copyright (c) 2012 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.