- Updating package for p5 module Date::Simple from 3.02 to 3.03
- Setting license to gnu-gpl-v2
Upstream changes:
2008-01-12 Igor Sutton <igor.sutton@yahoo.co.uk>
* Subclassing should now work with today, ymd and d8
constructors (bug #32250).
2008-01-10 Igor Sutton <igor.sutton@yahoo.co.uk>
* Copy default_format from old Date::Simple object when adding or
subtracting (bug #31037).
2008-01-09 Igor Sutton <igor.sutton@yahoo.co.uk>
* Applied patch proposed for 64bit support (bug #28549).
Dates are complex enough without times and timezones. This module may
be used to create simple date objects. It handles:
Validation:
Reject 1999-02-29 but accept 2000-02-29.
Interval arithmetic:
How many days were between two given dates? What date comes N days
after today?
Day-of-week calculation:
What day of the week is a given date?
It does NOT deal with hours, minutes, seconds, and time zones.