My Date::Holidays modules on CPAN updated...

jonasbn on 2004-05-31T08:21:02

Date::Super and Date::Holidays::Abstract have been updated with 0.02 and 0.03, nothing serious just POD structural changes.

Date::Holidays have been updated with some experimental methods using DateTime objects. Changes:

  • Indented code in POD after tip from RJBS
  • 'jp' left out of the external compability test suite for now
  • Date::Holidays::NO added to test suite, courtesy of MRAMBERG
  • Added experimental subs using DateTime objects as suggested by BORUP


  • The experimental subs act as is_holiday and holidays and are named is_holidays_dt and holidays_dt. The first one takes a DateTime object and validates whether it is a holiday and the latter takes a year as argument and returns a list of DateTime objects. Please refer to the documentation for further details...