fb16dfecae
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)
8 lines
446 B
Text
8 lines
446 B
Text
This module replaces the standard localtime and gmtime functions with
|
|
implementations that return objects. It does so in a backwards
|
|
compatible manner, so that using localtime/gmtime in the way documented
|
|
in perlfunc will still return what you expect.
|
|
|
|
The module actually implements most of an interface described by Larry
|
|
Wall on the perl5-porters mailing list here:
|
|
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2000-01/msg00241.html
|