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 version 0.21

  • new methods: "select" and "offset". syntax changed: "quantize": quantize( 1 ); # old syntax, still works quantize( quant => 1 ); quantize( 'months', 1 ); # old syntax for quantize_date, still works quantize( unit => 'seconds', quant => 1 ); # quantize_date internal: quantize parameter order is different. fixed: Quantize_Date returned Set::Infinite instead of Set::Infinite::Simple fixed: Date::Add lost format new: Set::Infinite::Date::day_size() added: recursive test for quantize changed: empty return value for quantize is "null" instead of ""; then changed "null" name to "" :)

Modules

Sets of intervals
a 'date' scalar
an interval of 2 scalars

Provides

in lib/Set/Infinite/Offset.pm
in lib/Set/Infinite/Quantize.pm
in lib/Set/Infinite/Quantize_Date.pm
in lib/Set/Infinite/Select.pm