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
stat
);
-$VERSION = '1.9709';
+$VERSION = '1.9710';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
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
}
}
&& 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";
}