Commit graph

4 commits

Author SHA1 Message Date
sno
8d9c293a6b Updating time/p5-Time-Clock from 1.00 to 1.02
Upstream changes:
1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed test failures on systems without Time::HiRes.

1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com>
    * Prevent parse failure on greater-than-nanoseconds precision.
      (The extra precision is discarded.)
2010-08-01 20:29:56 +00:00
sno
281e7f3873 Updating time/p5-Time-Clock from 0.12nb1 to 1.00
pkgsrc changes:
- Add license definition

Upstream changes:
1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>
    * The %i format now correctly shows 12 for 12 AM.
    * Removed leading zeros from the %i format.
    * Bumped version number to reflect API stability.
2010-03-10 09:48:06 +00:00
abs
be8e449397 Updated time/p5-Time-Clock to 0.12
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com>

    * Updated the maintainer's email address.
2008-05-28 21:06:34 +00:00
abs
35e8ed1108 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.
2007-06-10 11:18:16 +00:00