diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-02-14 17:50:06 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-02-14 17:50:06 +0000 |
commit | 9b15102ac1516dec5ebb563b92cc3e6800cfa1d2 (patch) | |
tree | 37db6b3e05adf13ac089fe888bc37e4e000cd03f /ext/Time/HiRes/Changes | |
parent | 339873be010638ebafad443ae65de39b4a1b3689 (diff) | |
download | perl-9b15102ac1516dec5ebb563b92cc3e6800cfa1d2.tar.gz |
Upgrade to Time-HiRes-1.87
p4raw-id: //depot/perl@27182
Diffstat (limited to 'ext/Time/HiRes/Changes')
-rw-r--r-- | ext/Time/HiRes/Changes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Time/HiRes/Changes b/ext/Time/HiRes/Changes index fe9dc3e36f..048912332f 100644 --- a/ext/Time/HiRes/Changes +++ b/ext/Time/HiRes/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Time::HiRes. +1.87 [2006-02-13] + - [rt.cpan.org #17442] 'make test' frequently fails under + Cygwin Perl v5.8.8, reported and patched by J. R. Hedden + (two race condition bugs in the END block in the case the + main process dies before the timer process, unearthed + by a bug in Cygwin ualarm) + 1.86 [2005-12-17] - HiRes.t:s/ok 32/ok 33/, from Dominic Dunlop - tighten up the clock() test marginally by requiring non-negative |