The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.05 - 2012-10-15

  • OX::Request->mapping should return a hashref, not a hash (minor back-compat break)

Modules

lifecycle for request-scoped services
OX
the hardest working two letters in Perl
base class for OX applications
application role to allow the use of request and response objects
application role to configure a router based on a static description
base role for applications with routers
implementation of OX::Application::Role::Router which uses Path::Router
adds some common shortcuts to route declarations from OX::Application::Role::RouteBuilder
request object for OX
response object for OX
abstract role for classes that turn configuration into a route
OX::RouteBuilder which routes to a coderef
OX::RouteBuilder which routes to an action method in a controller class
OX::RouteBuilder which routes to a method in a controller based on the HTTP method