The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for OX

0.06  2012-11-13
      - implement roles. using OX::Role will now let you declare partial
        routers in your roles which will be merged into the main router when
        you apply them to an OX class.
      - also clean up some bugs in router inheritance
      - add 'literal' keyword, for declaring dependencies on literal values
      - add warning for declaring routes which will be shadowed by mounts

0.05  2012-10-15
      - OX::Request->mapping should return a hashref, not a hash (minor
        back-compat break)

0.04  2012-09-29
      - support streaming responses

0.03  2012-09-28
      - fix tests on windows (path issue)
      - fix Counter-Improved example not having uri_for available
        (yet_another_anonymo)

0.02  2012-09-27
      - bump required perl version to 5.10, because it fails weirdly on 5.8

0.01  2012-09-25
      - Initial release