From 56c1b3bded7b83ae6d1d329dbdfe007d2fbef948 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 28 Jun 2005 07:40:35 +0000 Subject: Upgrade to Time::HiRes 1.71 p4raw-id: //depot/perl@25002 --- ext/Time/HiRes/HiRes.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/Time/HiRes/HiRes.pm') diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 88bab3f072..0cbbba4108 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -15,7 +15,7 @@ require DynaLoader; d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer d_nanosleep); -$VERSION = '1.70'; +$VERSION = '1.71'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -334,8 +334,8 @@ modglobal hash: Both functions return equivalent information (like C) but with different representations. The names C and C were selected mainly because they are operating system independent. -(C is Unix-centric, though some platforms like VMS have -emulations for it.) +(C is Unix-centric, though some platforms like Win32 and +VMS have emulations for it.) Here is an example of using C from C: -- cgit v1.2.1