pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Import p5-Time-Clock-0.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/7786494cf71a
branches: trunk
changeset: 529792:7786494cf71a
user: abs <abs%pkgsrc.org@localhost>
date: Sun Jun 10 11:20:58 2007 +0000
description:
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.
diffstat:
doc/CHANGES-2007 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r d6f0b05d49a9 -r 7786494cf71a doc/CHANGES-2007
--- a/doc/CHANGES-2007 Sun Jun 10 11:18:16 2007 +0000
+++ b/doc/CHANGES-2007 Sun Jun 10 11:20:58 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1322 2007/06/10 09:45:47 obache Exp $
+$NetBSD: CHANGES-2007,v 1.1323 2007/06/10 11:20:58 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2533,3 +2533,4 @@
Updated misc/p5-Business-ISBN to 1.84 [obache 2007-06-10]
Updated misc/p5-Mac-Macbinary to 0.06 [obache 2007-06-10]
Updated textproc/p5-Pod-Simple to 3.05 [obache 2007-06-10]
+ Added time/p5-Time-Clock version 0.11 [abs 2007-06-10]
Home |
Main Index |
Thread Index |
Old Index