Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2007 11:20:59
Module Name: pkgsrc
Committed By: abs
Date: Sun Jun 10 11:20:59 UTC 2007
Modified Files:
pkgsrc/doc: CHANGES-2007
Log Message:
Import p5-Time-Clock-0.11
A Time::Clock object is a twenty-four hour clock with nanosecond
precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds
and daylight savings time are unsupported.
When a Time::Clock object hits 23:59:59.999999999 and at least one
more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.
Time::Clock objects automatically stringify to a user-definable
format.
To generate a diff of this commit:
cvs rdiff -r1.1322 -r1.1323 pkgsrc/doc/CHANGES-2007
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.