Upgrade to Time::HiRes 1.48.
Jarkko Hietaniemi [Thu, 5 Jun 2003 05:43:31 +0000 (05:43 +0000)]
p4raw-id: //depot/perl@19689

ext/Time/HiRes/Changes
ext/Time/HiRes/HiRes.pm

index bdf5418..7af36bd 100644 (file)
@@ -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)
index 49653c3..0ca3cbe 100644 (file)
@@ -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;