From: Jarkko Hietaniemi Date: Thu, 5 Jun 2003 05:43:31 +0000 (+0000) Subject: Upgrade to Time::HiRes 1.48. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d9815af98540458c79e04963d2a27d4011eabc4;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Time::HiRes 1.48. p4raw-id: //depot/perl@19689 --- diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index bdf5418..7af36bd 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,7 +1,11 @@ Revision history for Perl extension Time::HiRes. +1.48 + - workaround for buggy gcc 2.95.3 in openbsd/sparc64 + (perl change #19592) + 1.47 - - do not use -lrt in Linux (from March Lehmann) + - do not use -lrt in Linux (from March Lehmann, perl change #19449) - unnecessary (nanosleep is in libc anyway) - harmful (-lrt slows down execution) - incompatible (with many distributions' pthreads) diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 49653c3..0ca3cbe 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.47'; +$VERSION = '1.48'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;