diff options
Diffstat (limited to 'devel/p5-Date-Simple/pkg-descr')
-rw-r--r-- | devel/p5-Date-Simple/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/p5-Date-Simple/pkg-descr b/devel/p5-Date-Simple/pkg-descr new file mode 100644 index 000000000000..51b0f240733e --- /dev/null +++ b/devel/p5-Date-Simple/pkg-descr @@ -0,0 +1,20 @@ +From Date::Simple(3) man page: + +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. + +WWW: http://search.cpan.org/search?dist=Date-Simple + +-- +Alexey V. Antipovsky +kemm@in-line.ru |