The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.09 2022-04-30T01:45:00Z
    - Added example 3 using another module as the base.

0.08 2022-04-29T15:44:00Z
    - Removed module Data::Dump.

0.07 2022-04-29T15:35:00Z
    - Improved passing of the routes parameter.
    - Added _clean_base method to remove data from BASE constant.

0.06 2022-03-21T18:28:00Z
    - Added inverse option to invert parameters.

0.05 2022-03-19T13:50:00Z
    - Solved the warning of 'Use of uninitialized value $ref_name in hash element'.

0.04 2022-03-18T23:07:00Z
    - Improved route logic to accept another parameter.
    - Added more an example using under and route with new logic.

0.03 2022-03-10T23:38:00Z
    - Improved the code logic to remove parameter ambiguity.
    - Removed debug code.
    - Added namespace option in pod.
    - Added example using under and route in the same file in pod.

0.02 2022-02-28T03:38:00Z
    - Resolved error with passing reference.

0.01 2021-07-16T01:46:00Z
    - First release.