The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Version History for String-Range-Expand
Mithun Ayachit


0.03
====

-   Fix a condition where ranges were being gobbled up
-   Fix how an expression is parsed into bits without loosing characters
-   Use a pre-compiled range pattern
-   Remove support for space in a range pattern
-   Silence perlcritic by using 'x' in matches
-   Stop using pre/match/post global variables that slows down the regex
    engine
-   Force sort the expanded list that is returned
-   Try to use a more comprehensive test case

0.02
====

-   [minor] POD Updates

0.01
====

-   Initial Release

* * * * *