Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
286 B
Text
7 lines
286 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.
|