Skip to content

Commit f3dd6ba

Browse files
committed
Time-HiRes version bump
1 parent de1003b commit f3dd6ba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dist/Time-HiRes/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for the Perl extension Time::HiRes.
22

3+
1.9733 [2016-04-23]
4+
- [rt #113856] C90 declaration-after-statement error with darwin threads
5+
36
1.9732 [2016-03-13]
47
- MUTEX_LOCK, not PERL_MUTEX_LOCK: blead e5b02b5d
58
- also hrt_ualarm_itimer() is unused: 1cb6cce3

dist/Time-HiRes/HiRes.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ our @EXPORT_OK = qw (usleep sleep ualarm alarm gettimeofday time tv_interval
2828
stat lstat
2929
);
3030

31-
our $VERSION = '1.9732';
31+
our $VERSION = '1.9733';
3232
our $XS_VERSION = $VERSION;
3333
$VERSION = eval $VERSION;
3434

0 commit comments

Comments
 (0)