The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changes for Forward::Routes

0.15    2011-05-02 00:00:00
        - fixed request method inheritance and added tests
        - test cleanup
        - replaced method add_resource by add_singular_resources
        - added docs for restful resources 

0.14    2011-04-20 00:00:00
        - Fixed format inheritance and added tests
        - Better documentation of format constraints
        - Improved format contraint tests
        - Added path_building format constraint support

0.13    2011-04-13 00:00:00
        - Added documentation

0.12    2011-04-13 00:00:00
        - Added .gitignore file

0.11    2011-04-13 00:00:00
        - Added description to pod

0.10    2011-04-04 00:00:00
        - Make Forward::Routes compatible with older versions of Perl
          (remove logical defined or //, which requires Perl 5.10)

0.09    2011-04-04 00:00:00
        - Use method chaining for (internal) generation of resources

0.07    2011-03-09 00:00:00
        - Fixed Makefile.PL

0.06    2011-03-08 00:00:00
        - Added bridge support inspired by Sebastian Riedel's
          Mojolicous::Routes module
        - Removed Try::Tiny from test file

0.05    2011-03-08 00:00:00
        - Fixed serious path matching bug for nested routes
        - Made format detection significantly smarter and added format method
          to allow format constraints


0.04    2011-03-07 00:00:00
        - First release