From: Rafael Garcia-Suarez Date: Fri, 14 Mar 2003 19:45:18 +0000 (+0000) Subject: Time::HiRes is a core module X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5f9c75a0ab10c124cfd9ab014b49dfd4ad68196;p=p5sagit%2Fp5-mst-13.2.git Time::HiRes is a core module p4raw-id: //depot/perl@18985 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index ae4e93f..8c5ee81 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5807,9 +5807,10 @@ and 00:00:00 UTC, January 1, 1970 for most other systems). Suitable for feeding to C and C. For measuring time in better granularity than one second, -you may use either the Time::HiRes module from CPAN, or -if you have gettimeofday(2), you may be able to use the -C interface of Perl, see L for details. +you may use either the Time::HiRes module (from CPAN, and starting from +Perl 5.8 part of the standard distribution), or if you have +gettimeofday(2), you may be able to use the C interface of Perl. +See L for details. =item times