freebsd-ports/devel/p5-Class-Date/pkg-descr
Ying-Chieh Liao b47d9ed271 add p5-Class-Date
A Perl class for easy date and time manipulation

PR:		28503
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-07 14:31:17 +00:00

12 lines
354 B
Text

This module is intended to provide a general-purpose date and
datetime type for perl. You have a Class::Date class for absolute
date and datetime, and have a Class::Date::Rel class for relative
dates.
You can use ``+'', ``-'', ``<'' and ``>'' operators as with native
perl data types.
WWW: http://dlux.sch.bme.hu/Class-Date/
- Pete
petef@databits.net