Import p5-Time-Clock-0.11
authorabs <abs>
Sun, 10 Jun 2007 11:18:16 +0000 (11:18 +0000)
committerabs <abs>
Sun, 10 Jun 2007 11:18:16 +0000 (11:18 +0000)
commitd3115392d1b3979664d843744a138fb995da5adf
treeacca914cd149be67ec5234bc82e02eb1dfc96043
parent14f94ea4d3b3fdb79fed8376669ab6942c6aa656
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.
time/p5-Time-Clock/DESCR [new file with mode: 0644]
time/p5-Time-Clock/Makefile [new file with mode: 0644]
time/p5-Time-Clock/PLIST [new file with mode: 0644]
time/p5-Time-Clock/distinfo [new file with mode: 0644]