This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Time::HiRes 1.73
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 17 Aug 2005 09:35:32 +0000 (09:35 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 17 Aug 2005 09:35:32 +0000 (09:35 +0000)
p4raw-id: //depot/perl@25298

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

index 4b73101..62c12fb 100644 (file)
@@ -1,5 +1,9 @@
 Revision history for Perl extension Time::HiRes.
 
+1.73   - Time::HiRes::nanosleep support for Solaris [PATCH]
+         (POSIX::uname() not available if building with core perl,
+          from Gisle Aas, via perl5-porters, perl change #25295)
+
 1.72   - going back to the 1.68 loader setup (using DynaLoader)
          since too many weird things starting breaking
        - fix a typo in José Auguste-Etienne's name
index 4936dad..adc33f2 100644 (file)
@@ -15,7 +15,7 @@ require DynaLoader;
                 d_usleep d_ualarm d_gettimeofday d_getitimer d_setitimer
                 d_nanosleep);
        
-$VERSION = '1.72';
+$VERSION = '1.73';
 $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;