[Lunar-commits] r18664 - moonbase/trunk/perl/Time-HiRes

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 14:52:53 UTC 2006


Author: stumbles
Date: 2006-02-10 14:52:51 +0000 (Fri, 10 Feb 2006)
New Revision: 18664

Modified:
   moonbase/trunk/perl/Time-HiRes/DETAILS
Log:
- tighten up the clock() test marginally by requiring non-negative
- clock_nanosleep() and clock() doc tweaks
- the interface to clock_nanosleep() is more natural
  when it is like (hires) time() (instead of like nanosleep),
  and the .xs implementation of clock_nanosleep() in 1.84
  was broken anyway
- add clock() which returns the processor time in
  (floating point) seconds since an arbitrary era


and others.



Modified: moonbase/trunk/perl/Time-HiRes/DETAILS
===================================================================
--- moonbase/trunk/perl/Time-HiRes/DETAILS	2006-02-10 14:49:29 UTC (rev 18663)
+++ moonbase/trunk/perl/Time-HiRes/DETAILS	2006-02-10 14:52:51 UTC (rev 18664)
@@ -1,12 +1,13 @@
           MODULE=Time-HiRes
-         VERSION=1.65
+         VERSION=1.86
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.cpan.org/authors/id/JHI/
-      SOURCE_VFY=sha1:8c2702814a0639e7dfc8f5d912cd8e0d6adad3dd
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/J/JH/JHI/
+      SOURCE_VFY=sha1:d1d2898d9b7c1740a39de16f6b107de98de9be62
         WEB_SITE=http://search.cpan.org/search?dist=Time-HiRes
          ENTERED=20020620
-         UPDATED=20040920
+         UPDATED=20060210
            SHORT="High resolution ualarm, usleep, and gettimeofday"
 cat << EOF
 High resolution ualarm, usleep, and gettimeofday
 EOF
+



More information about the Lunar-commits mailing list