Commit graph

2 commits

Author SHA1 Message Date
sno
b5a2c49b7c PkgSrc changes:
- 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).
2009-05-02 21:04:34 +00:00
minskim
abd0bc89e9 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.
2005-09-03 14:19:16 +00:00