The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002 - 2023-09-08

  • [incompatible change] Rename 'threshold' option to 'min_range_len' (old name still supported but deprecated, no longer documented, and will be deleted in the future).
    • Add options 'max_range_len', 'ignore_duplicates'.
    • [doc] Add some examples & more documentation.

Modules

Find sequences in arrays & convert to range (e.g. "a","b","c","d","x",1,2,3,4,"x" -> "a..d","x","1..4","x")