Merge from vendor branch TNF:
authorminskim <minskim>
Sat, 3 Sep 2005 14:19:16 +0000 (14:19 +0000)
committerminskim <minskim>
Sat, 3 Sep 2005 14:19:16 +0000 (14:19 +0000)
commit31c3f710b12dba8f3f2130ccb42c89f40f96790f
tree00580c7f84263992352d52fe4df3fc729566ae26
parenteaa5ace097bb1ee0bb3b2da7ab1d956191d73d5f
parent0f66e5908b35f7dca9d503b3614938108751f66c
Merge from vendor branch TNF:
Import p5-Date-Simple from pkgsrc-wip.  Packaged by George Michaelson.

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.