We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1003b commit f3dd6baCopy full SHA for f3dd6ba
dist/Time-HiRes/Changes
@@ -1,5 +1,8 @@
1
Revision history for the Perl extension Time::HiRes.
2
3
+1.9733 [2016-04-23]
4
+ - [rt #113856] C90 declaration-after-statement error with darwin threads
5
+
6
1.9732 [2016-03-13]
7
- MUTEX_LOCK, not PERL_MUTEX_LOCK: blead e5b02b5d
8
- also hrt_ualarm_itimer() is unused: 1cb6cce3
dist/Time-HiRes/HiRes.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval
28
stat lstat
29
);
30
31
-our $VERSION = '1.9732';
+our $VERSION = '1.9733';
32
our $XS_VERSION = $VERSION;
33
$VERSION = eval $VERSION;
34
0 commit comments