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 Perl extension Router::Simple

0.05

        [FEATURE ENHANCEMENTS]
        - added Router::Simple::Route->match($env) method.
        - added $route->routematch() method.

        [INCOMPATIBLE CHANGES]
        - remove url_for().

0.04

        (no feature changes)
        - some doc fixed(miyagawa++)
        - added test case(miyagawa++)

0.03

        [INCOMPATIBLE CHANGES]
        - make 'submapper' as more consistent.
        - ->match() returns flat hashref(suggested by miyagawa++)
        - added 'on_match' callback function(suggested by miyagawa++)
        - ->connect() does not treat any keys in $destination.

0.02

        - fixed english docs(Sartak++)

0.01    Wed Mar 17 08:36:14 2010
        - original version