From: Jarkko Hietaniemi Date: Mon, 22 Sep 2003 05:59:54 +0000 (+0000) Subject: Upgrade to Time::HiRes 1.51. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b85af263deccf2c9250a2d3c4007fcba0a39c911;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Time::HiRes 1.51. p4raw-id: //depot/perl@21305 --- diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index 9a8e8af..7c5ae8e 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Time::HiRes. +1.51 + - doc tweaks from mjd (perl change #20456) + - NCR MP-RAS hints file added (svr4.pl) (perl change #21249) + 1.50 - add a message (for non-core builds) to Makefile.PL about the LC_ALL=C workaround diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 4fa4731..546e381 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.50'; +$VERSION = '1.51'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;