From: Rafael Garcia-Suarez Date: Thu, 29 Nov 2007 17:53:43 +0000 (+0000) Subject: Upgrade to Time::HiRes 1.9710 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50a6311a5ab77e72a7604a53cacdd58ac5fba275;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Time::HiRes 1.9710 p4raw-id: //depot/perl@32554 --- diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index 6c13f24..d3bc47e 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,9 @@ Revision history for the Perl extension Time::HiRes. +1.9710 [2007-11-29] + - I got the sense of the QNX test the wrong way in an attempt + to generalize it + 1.9709 [2007-11-28] - casting fixes from Robin Barker for g++ and 64bitint - in QNX skip the itimer tests because though the API diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index b1512cf..7d4d22d 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -23,7 +23,7 @@ require DynaLoader; stat ); -$VERSION = '1.9709'; +$VERSION = '1.9710'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/ext/Time/HiRes/Makefile.PL b/ext/Time/HiRes/Makefile.PL index 15d72e8..2c381e2 100644 --- a/ext/Time/HiRes/Makefile.PL +++ b/ext/Time/HiRes/Makefile.PL @@ -858,8 +858,9 @@ Makefile:91: *** missing separator then set the environment variable LC_ALL to "C" and retry from scratch (re-run perl "Makefile.PL"). (And consider upgrading your Perl.) -(You got this message because you seem to have an - UTF-8 locale active in your shell environment.) +(You got this message because you seem to have + an UTF-8 locale active in your shell environment, this used + to cause broken Makefiles to be created from Makefile.PLs.) EOM } } diff --git a/ext/Time/HiRes/t/HiRes.t b/ext/Time/HiRes/t/HiRes.t index 69ff214..927df73 100644 --- a/ext/Time/HiRes/t/HiRes.t +++ b/ext/Time/HiRes/t/HiRes.t @@ -331,7 +331,7 @@ unless ( defined &Time::HiRes::setitimer && defined &Time::HiRes::getitimer && has_symbol('ITIMER_VIRTUAL') && $Config{sig_name} =~ m/\bVTALRM\b/ - && $^O =~ /^(nto)$/) { # nto: QNX 6 has the API but no implementation + && $^O !~ /^(nto)$/) { # nto: QNX 6 has the API but no implementation for (18..19) { print "ok $_ # Skip: no virtual interval timers\n"; }