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

Changes for version 0.16 - 2005-05-12

  • fix 'BYWEEK' -> 'BYWEEKNO'
  • Depends on DateTime 0.27 because it uses local_rd_values(). This fixes a local/UTC problem reported by Dave Rolsky.
  • uses no DateTime.pm internals
  • removed (undocumented) arguments 'after' and 'start'

Changes for version 0.15_02 - 2005-01-27

  • allows interleaved neg/positive values; allows repeated indexes. Supports weird argument lists such as [ -200, -10, -10, 200, 20 ]. Speed is slower by another 10%.

Changes for version 0.15_01 - 2005-01-26

  • full overflow checking. The previous version only checked for some kinds of month overflows. The tests run slower by about 12%.
  • checks for invalid parameters, such as "monthly( months=>xx )" or "yearly( months=>xx, weeks=>xx )"
  • added a dispatch table for "offset" calculations
  • fixed and added tests for monthly( week => ...)
  • modified "sort positive values first". Patch by Yitzchak Scott-Thoennes.
  • refactored _setup_parameters()
  • Updated pod and tests.

Modules

DateTime::Set extension for create basic recurrence sets

Provides

in lib/DateTime/Event/Recurrence.pm